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

Drag and drop sans the GUI [Legacy Repo]

Results 2 dnd-core issues
Sort by recently updated
recently updated
newest added

I ran into an interesting bug today while I was writing some tests for a `hover` handler. The relevant code is [here](https://github.com/gaearon/dnd-core/blob/fecca30238b35ebb8a5a1636e5caa4e03a583cb7/src/actions/dragDrop.js#L125-L136). During a drag operation, for any drop target...

New feature for gaearon/react-dnd#432 I don't want to "rock the boat" here, so let me know if something doesn't make sense :). A couple of notes: - I created and...