Skip to content

Commit

Permalink
Fix handle drag exit state
Browse files Browse the repository at this point in the history
  • Loading branch information
egorikftp committed Jul 19, 2024
1 parent a63599b commit 721d9bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ private class SimpleDropTargetListener(

onDrop(files)
event.dropComplete(true)
onDragExit()
}
}

0 comments on commit 721d9bb

Please sign in to comment.