Skip to content

Commit 88e960e

Browse files
committed
fix: more options box not getting hidden after drag & drop operation
1 parent eff2f9a commit 88e960e

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
@@ -491,6 +491,7 @@ function RemoteFunctions(config) {
491491

492492
_clearDropMarkers();
493493
_dragEndChores(window._currentDraggedElement);
494+
dismissMoreOptionsBox();
494495
delete window._currentDraggedElement;
495496
}
496497

0 commit comments

Comments
 (0)