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 90ad7d1 commit 7f5b85eCopy full SHA for 7f5b85e
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -2036,6 +2036,7 @@ function RemoteFunctions(config) {
2036
// Make the element editable
2037
element.setAttribute("contenteditable", "true");
2038
element.focus();
2039
+ dismissMoreOptionsBox();
2040
2041
element._originalContent = cleanupElementProperties(element);
2042
0 commit comments