chenjuneking / quill-image-drop-and-paste

A quill editor module for drop and paste image, with a callback hook before insert image into the editor
ISC License
101 stars 42 forks source link

TypeError: Cannot read property 'register' of undefined #18

Closed Siihyun closed 3 years ago

Siihyun commented 3 years ago

Hi, I think there are some errors in this version. when I'm trying to apply this line, Quill.register("modules/imageDropAndPaste", QuillImageDropAndPaste); an error is occured.

image

And react-demo example didn't work properly as well. image

Can you check it? Thanks.

chenjuneking commented 3 years ago

Hi @Siihyun , the issue has been fixed on v1.2.1

Thanks!

Siihyun commented 3 years ago

Thanks for your quick answer. And I've modified the version in react-demo to v1.2.1. Thanks!