kensnyder / quill-image-drop-module

A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
216 stars 78 forks source link

Drop and paste image issue. #30

Open skillforce opened 2 years ago

skillforce commented 2 years ago

Hi) Maybe someone tried to paste image(or make dnd image) from Microsoft Outlook mails? It's throw error in console like: Not allowed to load local resource: file:///C:/Users/asad/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png And quill painted void img icon.

It's happened cause browser security policy is working, I know, but when I tried to catch paste event handler in my web app - It's working! and I also was able to convert data from clipBoard event to normal format(without file://, like data:C/....). When I was trying to make debbuger in my custom image handler it's didn't response)

Please, can you tell me how we can resolve this options of users event?