Vue.Draggable
Vue.Draggable copied to clipboard
Unable to drag and drop at the end of nested list if we remove emptyInsertThreshold
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md
Jsfiddle link
Step by step scenario
when we add empty insert threshold to draggable in nested vue draggable ,it causes flickering in nested list so removed the empty insert threshold,but due to removal of the empty emptyInsertThreshold,unable to drag and drop easily at the end of list
Actual Solution
actual solution is empty insert threshold should not cause flickering in nested draggable list
Expected Solution
- emptyInsertThreshold causes flickering ,please suggest a solution to remove flickering eventhough emptyInsertThreshold is applied 2.Solution To make drag and drop easy at the end of list if we dont add emptyInsertThreshold in props of draggable