Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate "onDragOver" event #325

Closed
husa opened this issue Jan 12, 2017 · 0 comments · Fixed by #326
Closed

Propagate "onDragOver" event #325

husa opened this issue Jan 12, 2017 · 0 comments · Fixed by #326

Comments

@husa
Copy link
Contributor

husa commented Jan 12, 2017

Right now there's no way to handle "ondragover" event.

Suggested usage:

<Dropzone onDragOver={someHandler}>
    <div>children</div>
</Dropzone>
okonet pushed a commit that referenced this issue Jan 12, 2017
A callback for `onDragOver` event was missing in props. This PR adds it.

Closes #325
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant