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