react-html-attributes
react-html-attributes copied to clipboard
Add global dragging events
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.