reason-react
reason-react copied to clipboard
Drag events
I created a PR for more correct bindings for onDrag, onDrop, etc.: https://github.com/reasonml/reason-react/pull/641
Basically, it creates a new event type and associated module, ReactEvent.Drag, that's the same as ReactEvent.Mouse.t except it includes a binding for dataTransfer.