dnd-kit icon indicating copy to clipboard operation
dnd-kit copied to clipboard

Is it possible to fire onDragOver more than one time for the same droppable within its bounds?

Open hexwit opened this issue 1 year ago • 0 comments

My idea is to have custom collision detection, that will replicate beautiful-dnd behaviour. It has feature that detects the side (above middle or below middle) of droppable and move draggable above or below droppable. It is very logical behaviour, and works with different sizes of objects.

I am able to replicate it but only at the onDragMove callback. Because I cannot fire onDragOver more than one time, being over the droppable.

So the question is: how to fire onDragOver more than one time being over droppable?

hexwit avatar Jul 16 '22 11:07 hexwit