Skip to content

Commit 7820b94

Browse files
committed
fix: don't remove the boxes when the preview is scrolled
1 parent 40cd145 commit 7820b94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,8 +1525,6 @@ function RemoteFunctions(config) {
15251525
window.setTimeout(redrawHighlights, 0);
15261526
}
15271527
}
1528-
1529-
dismissMoreOptionsBox();
15301528
}
15311529

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

0 commit comments

Comments
 (0)