Skip to content

Commit 3adfe54

Browse files
committed
fix: remove image gallery when user starts drag operation
1 parent 5ec534d commit 3adfe54

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
@@ -1159,6 +1159,7 @@ function RemoteFunctions(config = {}) {
11591159
_clearDropMarkers();
11601160
window._currentDraggedElement = this.element;
11611161
dismissUIAndCleanupState();
1162+
dismissImageRibbonGallery();
11621163
// Add drag image styling
11631164
event.dataTransfer.effectAllowed = "move";
11641165
});

0 commit comments

Comments
 (0)