riktar / jkanban

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

Fix console error with class 'not-draggable' #92

Closed felipeEddy closed 3 years ago

felipeEddy commented 4 years ago

When the class 'not-draggable' is used, the element cannot be dragged in the kanban, this is working, but an error appears in the console:

Uncaught TypeError: can't access property "getBoundingClientRect", el is null jkanban.js:1344:28

That extra verification stops the plugin execution, and therefore, the moment of when the error occurs.