Is there a way to prevent the lib from manipulating the DOM?
I use it in a VueJS component and adjust my data array in the sortablejs onSort function. My list will be rendered based on my data array so it's a little but dump to do with with this lib too.
And I have some problems with the manipulated DOM by this lib. See more here:
https://github.com/yyx990803/vue/issues/1272