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 4aa0958 commit 9041729Copy full SHA for 9041729
webview/src/shared/components/dragDrop/DragDropContainer.tsx
@@ -113,8 +113,9 @@ export const DragDropContainer: React.FC<DragDropContainerProps> = ({
113
const dispatch = useDispatch()
114
115
const cleanup = useCallback(() => {
116
+ immediateDragLeave()
117
+
118
if (pickedUp.current) {
- immediateDragLeave()
119
setDraggedOverId('')
120
setDraggedId('')
121
setDirection(defaultDragEnterDirection)
0 commit comments