Skip to content

Commit 90ad7d1

Browse files
committed
fix: remove boxes when user scrolls the live preview
1 parent 0973692 commit 90ad7d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,8 @@ function RemoteFunctions(config) {
16421642
window.setTimeout(redrawHighlights, 0);
16431643
}
16441644
}
1645+
1646+
dismissMoreOptionsBox();
16451647
}
16461648

16471649
window.addEventListener("scroll", _scrollHandler, true);

0 commit comments

Comments
 (0)