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

table rows unwanted duplication, sortable with vue3 #1221

Closed Ben-Avrahami closed 1 year ago

Ben-Avrahami commented 1 year ago

i get unwanted duplications, i made an event to move the data, and sometimes both vue reactivity and sortable update the dom and it makes a row appear twice, even though it appears only once in the actual data. is there anywat to prevent sortable from updating the actual dom and let vue reactivity update the dom?