react-html-attributes icon indicating copy to clipboard operation
react-html-attributes copied to clipboard

Add global dragging events

Open Raveline opened this issue 5 years ago • 0 comments

I might be wrong, but it is my understanding that since all elements can carry the draggable flag, they should also be able to carry the drag-related events defined by the React documentation here. This small PR adds them.

I'm obviously willing to add other mouse-related (and missing wheel-related) events if review judge it wise.

Raveline avatar May 04 '19 13:05 Raveline