Completed
Last Updated: 27 Jul 2021 11:44 by ADMIN
Pawel
Created on: 15 Jan 2018 10:17
Category: Sortable
Type: Feature Request
3
Sortable - dragEnd event doesn't fire when user moves element between two sortable components
DragEnd event should be fired when user ends a drag. Now this event is being fired when user is moving element in only one component.

I attach example in plunker. Please notice that there is event handler for dragEnd event. To test this please move colors in one pallete and between two palletes.

https://plnkr.co/edit/yED4zBX9R7lf75jZnlrq?p=preview

Best regards,
Pawel
2 comments
Pawel
Posted on: 11 Feb 2019 09:37
As I can see this is implemented in the newest version of the sortable component.
Pawel
Posted on: 18 Jan 2018 09:25
I was able to make a workaround to achieve desired behaviour by attaching to Angular lifecycle method ngDoCheck()