react-droparea icon indicating copy to clipboard operation
react-droparea copied to clipboard

Drag and Drop library for React

Results 2 react-droparea issues
Sort by recently updated
recently updated
newest added

Sometimes droparea won't fire `onDragLeave` callback when dragging a file out of Window. This causes dragover state to remain. I suggest to listen on window events `dragleave` and `blur` and...