Open alexisvapillon opened 2 years ago
Vue.Draggable
SortableJS
@end
Sorry no fix to propose, but I verified that the bug doesn't occur with SortableJS alone (See Jsfiddle links).
I can confirm this is happening. My workaround was using v-show instead of v-if to keep draggable in the DOM.
Jsfiddle links
Vue.Draggable
: https://jsfiddle.net/alexisvapillon/tod6ghym/SortableJS
: https://jsfiddle.net/alexisvapillon/2w93Lxdg/Step by step scenario
@end
has not been called (it should have been at previous step)Actual Solution
Sorry no fix to propose, but I verified that the bug doesn't occur with
SortableJS
alone (See Jsfiddle links).