react-sortable-hoc
react-sortable-hoc copied to clipboard
Added dropover functionality
Provides a solution for issues like #510, looking to detect drop events.
Adds onDropOver and onDropCancel functions that get called when dragging over a new index and when no longer dropping over any indices, respectively.
Currently only works on the y axis, but just wanted to do a PR to see what people think of this direction.
Hey @leanderlee is there any working example out there for this feature ?