react-grid-layout / react-draggable

React draggable component
MIT License
9.04k stars 1.03k forks source link

Drag stop (onStop) not called when dropped at the border of bound parent #757

Open mulgurul opened 4 months ago

mulgurul commented 4 months ago

I have a problem in my solution where I'm using Draggables with bound set to parent element. When I drag and release mouse I get dragstop event, but not if the Draggable has been dragged all the way out to the parent border. Then theres no event.

Have anyone a clue what this could be caused by?

BR Peter