swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!
https://swimlane.github.io/ngx-dnd/
MIT License
575 stars 135 forks source link

Need of (dragRelease) event on [ngxDraggable] item #153

Closed Gourav102 closed 4 years ago

Gourav102 commented 4 years ago

When I drag item out of the container, 'gu-over' class on [ngxDroppable] event is removed. So, (drop) event doesn't work. There should be event like (dragRelease), which can execute task we wish to do in (drop) event when we are dragging out of the droppable container.

Gourav102 commented 4 years ago

It can be handled using (cancel) event.