quill-image-drop-and-paste icon indicating copy to clipboard operation
quill-image-drop-and-paste copied to clipboard

Why drop Image HandleDrop isn't 'image' type?

Open wss534857356 opened this issue 9 months ago • 2 comments

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')

wss534857356 avatar May 10 '24 09:05 wss534857356