anish2690 / vue-draggable-next

Vue 3 drag-and-drop component
https://vue-draggable-next.vercel.app
MIT License
504 stars 44 forks source link

BUG:The first drag will, in any case, cause the dragged element to be placed in the first place. #28

Closed 1014670860 closed 1 year ago

1014670860 commented 2 years ago

The first drag will, in any case, cause the dragged element to be placed in the first place.The currently dragged element contains canvas

anish2690 commented 2 years ago

@1014670860 Please provide a repo which showcasing problem.

donaldzou commented 1 year ago

I believe this encountered when draggable doesn't know how many item in your list. I found a solution and will make a PR