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 5ec534d commit 3adfe54Copy full SHA for 3adfe54
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -1159,6 +1159,7 @@ function RemoteFunctions(config = {}) {
1159
_clearDropMarkers();
1160
window._currentDraggedElement = this.element;
1161
dismissUIAndCleanupState();
1162
+ dismissImageRibbonGallery();
1163
// Add drag image styling
1164
event.dataTransfer.effectAllowed = "move";
1165
});
0 commit comments