Skip to content

Commit ae85c59

Browse files
committed
fix: more option box reappearing after operation performed
1 parent 7b3efd2 commit ae85c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ function RemoteFunctions(config) {
860860
if (this.body && this.body.parentNode && this.body.parentNode === window.document.body) {
861861
window.document.body.removeChild(this.body);
862862
this.body = null;
863+
_nodeMoreOptionsBox = null;
863864
}
864865
}
865866
};

0 commit comments

Comments
 (0)