reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
299 stars 118 forks source link

Event When moving off a dndDropzone #84

Closed jgreen-linx closed 2 years ago

jgreen-linx commented 4 years ago

We can use the dragover function to show that we are dragging over a dropzone, it would be good to have an event that gets fired when you move off the dropzone.

reppners commented 2 years ago

Hi! Have you tried dragleave https://developer.mozilla.org/en-US/docs/Web/API/Document/dragleave_event?