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 7b3efd2 commit ae85c59Copy full SHA for ae85c59
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -860,6 +860,7 @@ function RemoteFunctions(config) {
860
if (this.body && this.body.parentNode && this.body.parentNode === window.document.body) {
861
window.document.body.removeChild(this.body);
862
this.body = null;
863
+ _nodeMoreOptionsBox = null;
864
}
865
866
};
0 commit comments