Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Unable to drag and drop at the end of nested list if we remove emptyInsertThreshold

Open ramanujam38 opened this issue 2 years ago • 0 comments

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

  1. 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

ramanujam38 avatar Feb 14 '23 09:02 ramanujam38