riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.09k stars 299 forks source link

Fixed disabled boards on incomplete drag #16

Closed marcosrocha85 closed 6 years ago

marcosrocha85 commented 6 years ago

When user starts a drag and leaves the card on the shadow callback (same position it was), the boards unable to move through dragTo property still disabled. The fix identifies when Dragula fires onCancel and turn those boards enabled again.

riktar commented 6 years ago

thanks @marcosrocha85 :smile: