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 717a498 commit 9e54784Copy full SHA for 9e54784
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -1164,6 +1164,11 @@ function RemoteFunctions(config) {
1164
if (_hoverHighlight) {
1165
_hoverHighlight.redraw();
1166
}
1167
+ if (_nodeMoreOptionsBox) {
1168
+ const element = _nodeMoreOptionsBox.element;
1169
+ _nodeMoreOptionsBox.remove();
1170
+ _nodeMoreOptionsBox = new NodeMoreOptionsBox(element);
1171
+ }
1172
1173
1174
window.addEventListener("resize", redrawHighlights);
0 commit comments