NoelOConnell/quill-image-uploader

allow the ability to drag and drop images from the web

jaddoescad opened this issue · 4 comments

everything seems to work fine, however once I install this library, i am no longer able to drag images from the web.

so if i go on google images and drag and drop and image into the editor, it will not work.

Does this only happen with images dragged from the web?

Does it work if you drag an image from the local file system?

@NoelOConnell
Since you prevent default on any drop there is no chance for other plugins (or even quill) to handle that event
I think you should check if there is no previous drag start on component first otherwise the arena is all yours ;)

BTW, I think it can be a good idea to add an option to whether accept drop file or not

I created you a pull request that may help with this issue

@NoelOConnell any chance allowing this?