riktar / jkanban

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

is-moving class doesn't get removed on spill #168

Open WriterStat opened 2 years ago

WriterStat commented 2 years ago

Replicate:

class... is-moving gets set, but never gets removed. It stays on all spilled items. So there can be multiple is-moving identified items on multiple boards left not moving,

Doesn't seem good. If you are tracking is-moving items in any way.

Hope helps.