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 7ea3261 commit 2db8808Copy full SHA for 2db8808
1 file changed
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -70,6 +70,7 @@ function RemoteFunctions(config = {}) {
70
"renderDropdownItems",
71
// called when an item is selected from the more options dropdown
72
"handleDropdownClick",
73
+ "updateContent", // in-place content refresh for control box etc. after drag
74
"reRegisterEventHandlers",
75
"handleClick", // handle click on an icon in the tool box.
76
// when escape key is presses in the editor, we may need to dismiss the live edit boxes.
0 commit comments