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
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
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 :[....],
The text was updated successfully, but these errors were encountered: