Skip to content

Commit 7f5b85e

Browse files
committed
fix: remove more options box when user starts editing
1 parent 90ad7d1 commit 7f5b85e

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
@@ -2036,6 +2036,7 @@ function RemoteFunctions(config) {
20362036
// Make the element editable
20372037
element.setAttribute("contenteditable", "true");
20382038
element.focus();
2039+
dismissMoreOptionsBox();
20392040

20402041
element._originalContent = cleanupElementProperties(element);
20412042

0 commit comments

Comments
 (0)