riktar / jkanban

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

dragBoards and dragItems have no effect #155

Closed richardklingler closed 2 years ago

richardklingler commented 2 years ago

Regardless if setting dragBoards or dragItems to true or false, boards and items can still be dragged around and placed.

Only dragTo setting per board has an effect.

With this settings everything is dragable:

var kanban1 = new jKanban({ element:'#myKanban', dragBoards: false, dragItems: false, boards :[....],

xscode-auto-reply[bot] commented 2 years ago

Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/riktar/jkanban

richardklingler commented 2 years ago

Seems this is also only available in jkanban.js and not in jkanban.min.js

marcosrocha85 commented 2 years ago

Thank you for your feedback.