react-sortable-hoc icon indicating copy to clipboard operation
react-sortable-hoc copied to clipboard

Added dropover functionality

Open leanderlee opened this issue 6 years ago • 1 comments

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.

leanderlee avatar Aug 28 '19 13:08 leanderlee

Hey @leanderlee is there any working example out there for this feature ?

hardik98 avatar Dec 11 '20 06:12 hardik98