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?
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?