-
Notifications
You must be signed in to change notification settings - Fork 54
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
onDrop is never called #5
Comments
Seeing the same issue |
@danielhusar @dignifiedquire Sorry I haven't had time to look into this yet! I'm sure it's something simple. |
@sarink It's in https://github.com/ipfs/station React is at 0.14 and it's using the latest electron |
latest chrome and react 0.14 |
I have it pretty much the same, only maybe except es6 |
Same issue here. Did you guys solved this? |
Fixed it #6 |
This is how my code looks like:
css: (css from your example is not working as well)
onDrop
callback is never called even that I see the proper styling (but file-drop-dragging-over-frameclass is not added) when hovering the file over document.I suspect its probably because it things that files was not dropped over
file-drop-target
however Im not sure why as it fills the 100% of its parent.React 0.14.3
The text was updated successfully, but these errors were encountered: