You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there and thank you for creating this plugin! It works very well.
I needed a revert event callback for Draggables, so I added an else block for the if ($droptarget) { in the dragstop event of the Draggable that does a simple check for a self.options.onrevert and triggers it. If you think it's useful, I could possibly include it in a PR.
The text was updated successfully, but these errors were encountered:
Hi there and thank you for creating this plugin! It works very well.
I needed a revert event callback for Draggables, so I added an
else
block for theif ($droptarget) {
in thedragstop
event of the Draggable that does a simple check for aself.options.onrevert
and triggers it. If you think it's useful, I could possibly include it in a PR.The text was updated successfully, but these errors were encountered: