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

How do I prevent drop to another list? #223

Open vedmant opened 1 year ago

vedmant commented 1 year ago

I'm trying to use :move="onMove" method, but the problem is that it's called only from list where I drag from. Is there any other prop that called on a list where element going to be dropped so I can check if that list allows this element to be dropped.