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

Skyhook seems to be blocking a drop from the file system. #225

Closed
DirtZERO opened this issue Jan 3, 2019 · 1 comment
Closed

Skyhook seems to be blocking a drop from the file system. #225

DirtZERO opened this issue Jan 3, 2019 · 1 comment
Labels

Comments

@DirtZERO
Copy link

DirtZERO commented Jan 3, 2019

Thank you again in advanced for your time. After implementing Skyhook into the project im working on i noticed the in Chrome the File upload handler I had set up has stopped working I chrome. After a little bit of digging I found an open issue in react-dnd that seems to be discussing this from like 3 years ago issue 25 react-dnd/react-dnd-html5-backend#25. I'm hoping that there is some kind of workaround for this issue. Can I add a DropTarget that always allows the drop even if its not a Skyhook DragSource?

@DirtZERO
Copy link
Author

DirtZERO commented Jan 9, 2019

After Digging around i found a DropTarget type constant in react-dnd-html5-backend called NativeTypes witch was set to 'NATIVE_FILE' I set my DropTargetSpec type to that and I can get the drop now. Sorry for the unneeded issue. Hopefully someone will find this helpful.

@DirtZERO DirtZERO closed this as completed Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant