Feels like it literally disabled a drag on any Kanban that I had, or add on the page. Anyone else experiencing issues?
Edit: Seems like you need to hard refresh the page (go to the Dashboard and back to the project) in order to refresh/reload the DOM and the component?
Edit 2: Nah it seems to not only not work, but it also broke all of my logic - NoCode logic. I would not mind if it was JS, but it was NoCode blocks that are bugging out now.
Okay, so far Iāve understood, that you need to go to the dashboard, and back in order to āunstuckā the drag after a change in the draggable target. As for the bug with the Workflows and Data, I had a Sorted By set to key, which is 1 for every item, and this brought havoc to my workflows, and how it handled the v-for, I ended up turning it off.
Edit: Also when you switch from the Preview, to the Editor, and then back to the preview, the drag stops working.
Hi, Iām sorry your Kanban is not working as expected. After multiple test on your project we didnt manage to figure out why as its only happening in your project with existing kanban, if you duplicate your kanban the new one is working, if you create a new one its also working fine.
Maybe you have custom css or js that could explain this behavior ? Can you try to duplicate your stack, and confirm me its working even after a reload ? Thanks
I can confirm, that taking the stack out of the Kanban helped. Nontheless, Iād like to understand what was the issue. The only CSS that I used, was to hide the head and the footer of the kanban stack, and also the css to change the direction to horizontal, as you couldāve seen.
It was not your fault at all. Vuedraggable is interpretting undefined as true for the new disabled state. And itās the case for some previously created kanban. Well, not a common way to interpret undefined, but we should have catched it.
Iām sorry for the inconvenience, everything should works as expected for existing Kanban now! Dont hesitate to report any further issues you could encounter