We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dragging anything a webView accepts causes the editor to be replaced with the dragged item.
Drag and drop operations should be either disabled or overridden to accept only text files and set the content of the editor instead of the webView.
The text was updated successfully, but these errors were encountered:
Excellent point - mind submitting a PR?
Sorry, something went wrong.
#37
Merge pull request #37 from taylorconor/master
25d979f
Fix for issue #28
I'm going to leave this open as I think being able to drop files into the view and have them replace the ace editor content would be useful.
Thanks for the PR!
No branches or pull requests
Dragging anything a webView accepts causes the editor to be replaced with the dragged item.
Drag and drop operations should be either disabled or overridden to accept only text files and set the content of the editor instead of the webView.
The text was updated successfully, but these errors were encountered: