quill-image-drop-and-paste
quill-image-drop-and-paste copied to clipboard
Why drop Image HandleDrop isn't 'image' type?
https://github.com/chenjuneking/quill-image-drop-and-paste/blob/ade89cf623e6c479d49fbf9fe2acc7abce029d5b/src/ImageDropAndPaste.ts#L87
it should be 'image'
this.insert.call(this, utils.resolveDataUrl(dataUrl, type), 'image')