We now detect whether a file is being dropped by a user (by checking `event.dataTransfer.files.length`) and prevent the remaining drop behavior if this is the case. Otherwise, drop happens like normal (so a user can still drop text into the editor, or even an image that has been uploaded already via normal means and rendered in the editor).
Run npm run-script build to build a production script in ../static/js/ or run
npm run develop to build and watch for changes. You can use prose.html
to test your development changes.
Manually copy the file prose.bundle.js to static/js/. To be automated