-
Notifications
You must be signed in to change notification settings - Fork 375
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
Mobx dragdrop file fix #4139
Mobx dragdrop file fix #4139
Conversation
@nf-s Merging from the |
will do, thanks! |
You've got prettier errors @nf-s so another update required :) It turns out husky (which should auto-run prettier for you when you commit code) only works well with certain versions of node so you might need to just double check that. |
Drag dropping in CSVs now works. Changes:
The whole thing is a bit messy, but I'm not sure how to clean it up at this point:
|
I'm not sure why |
Urgh - a test error:
I love IE |
Fix file drag and drop, and fix "auto" file type resolving
Fixes #4102
I have fixed drag and drop, and 'auto' file type resolving
Checklist
Discuss if we should refactor the whole CreateCatalogItemFromFileOrUrl... thingThis can be discussed at a later stageRefactor if needed