reasonml/reason-react

Drag events

ersinakinci opened this issue · 1 comments

I created a PR for more correct bindings for onDrag, onDrop, etc.: #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.

Merged #641, will probably be available under 0.9.2