Show a modal when dropping a file outside the dropzone #44292
Open
Description
opened on Sep 20, 2022
In this PR @mtias suggested showing a modal when a user drags a file to the editor but outside of the dropzone.
The text of the modal could indicate the type of the file the user is trying to add (image, video, etc.) or we could go with something more generic, like "media". Something else we could do is to show an error modal if the user drags an unrecognized file type.
Initial exploration
Here are a couple of ideas for such a modal: one with a simple list of text options and another one with images.
Activity