riktar / jkanban

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

Can't drag elements when using custom item handler #76

Closed TomWaterz closed 4 years ago

TomWaterz commented 4 years ago

In the demo if I enable the itemHandleOptions I can no longer drag and drop any of the elements.

marcosrocha85 commented 4 years ago

If itemHandle is enabled, you are only allowed to move items by using that handle. How are you doing that?