-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
Hi,
Currently dragend is called as the only cleanup method but the element could theoretically not be done moving if there is a drag.revert() action called.
I can see two solutions to the issue;
- Add a dragcleanup or dragcomplete event to the cleanup function
- Add a dragreverted event for when the element is being reverted
I personally chose the dragcleanup option for my use and will submit a pull request for it in case you decide to go that route.
Cheers,
Jason
Metadata
Metadata
Assignees
Labels
No labels