mharris717 / ember-drag-drop

Drag and Drop Addon for Ember CLI
MIT License
204 stars 141 forks source link

Forward `dragleave` event to `@handleDragOut` #205

Open nwhittaker opened 2 years ago

nwhittaker commented 2 years ago

The documentation suggests this is expected, however the @handleDragOver callback is passed the dragover event.

Forwarding the dragleave event would helpful for tearing down any setup work the @handleDragOver callback performed on the event's target.