Vue.Draggable
Vue.Draggable copied to clipboard
Drag and drop not smooth
Hi
Here is you demo
https://sortablejs.github.io/Vue.Draggable/#/two-lists
and here is another party demo
https://codesandbox.io/s/7ml5x9p6pj?from-embed=&file=/src/components/VueDraggable.vue
1 = please compare your demo and the above one and see how easily we can drag and drop from one way to other, we can easily drop item at the bottom without any flipping.
2 = In your demo if one array is empty then it is very very hard to move item from other array to into empty array. You have to find the top edges of that empty array to drop the item from other array.
is it possible that we can fix this issue?