SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

Two nested draggable with useVirtualList will break #264

Closed jimmyrogue closed 4 months ago

jimmyrogue commented 4 months ago

demo

Step by step scenario

1、 drag 1 2、scroll down to about 20 3、release mouse and it can not be place

Expected Solution

like drag 1 to 2

help me plz

jimmyrogue commented 4 months ago

I solve it by use two different vueDraggable one is vue.draggable.next other is vue-draggable-plus