mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: varinfo drag-select dismiss (#8070)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user