SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.18k stars 2.9k forks source link

On-going drag is broken when another Draggable is removed from the DOM #1106

Open alexisvapillon opened 2 years ago

alexisvapillon commented 2 years ago

Jsfiddle links

Step by step scenario

Actual Solution

Sorry no fix to propose, but I verified that the bug doesn't occur with SortableJS alone (See Jsfiddle links).

aldinezi commented 2 years ago

I can confirm this is happening. My workaround was using v-show instead of v-if to keep draggable in the DOM.