fix: varinfo drag-select dismiss (#8070)

This commit is contained in:
shubh-bruno
2026-05-26 10:51:33 +05:30
committed by GitHub
parent a3e3199490
commit 2e0094fc46

View File

@@ -912,6 +912,10 @@ if (!SERVER_RENDERED) {
};
const onDocumentClick = function (e) {
if (popup.contains(document.activeElement)) {
return;
}
if (!popup.contains(e.target)) {
isPinned = false;
hidePopup();