You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.