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

Address :force-fallback="true" Issue in Cross-List Drag and Drop Cloning with vue-draggable

Open saurabhjadhav45 opened this issue 1 year ago • 0 comments

Investigate and resolve the issue where using the :force-fallback="true" property in vue-draggable prevents the drop event from being called during cross-list drag and drop cloning. This fix should ensure that:

  • The auto-scroll functionality remains effective when dragging elements within the same list.
  • The drop event is correctly triggered for cross-list drag and drop operations, allowing proper handling of cloned elements.

saurabhjadhav45 avatar May 28 '24 11:05 saurabhjadhav45