We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fbc3c commit c471d02Copy full SHA for c471d02
1 file changed
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -575,6 +575,10 @@ function RemoteFunctions(config = {}) {
575
if (SHARED_STATE.isAutoScrolling || SHARED_STATE._isDraggingSVG) {
576
return;
577
}
578
+ if (customReturns.selectorBox && customReturns.selectorBox.isOpen &&
579
+ customReturns.selectorBox.isOpen()) {
580
+ return;
581
+ }
582
583
const element = event.target;
584
if(!LivePreviewView.isElementInspectable(element) || element.nodeType !== Node.ELEMENT_NODE) {
0 commit comments