nvt-ak / quill-upload

Quill Upload Handler
20 stars 10 forks source link

Can't add attachement #51

Closed nnm-afaya closed 8 months ago

nnm-afaya commented 9 months ago

index.js:13 Uncaught ReferenceError: href is not defined at AttachmentBlot.create (index.js:13:7) at Object.create (quill.js:183:87) at BlockBlot2.insertAt (quill.js:7483:33) at Block2.insertAt (quill.js:905:123) at ContainerBlot2.insertAt (quill.js:3454:19) at ScrollBlot2.insertAt (quill.js:7218:35) at Scroll2.insertAt (quill.js:4324:103) at Editor2.insertEmbed (quill.js:2656:19) at quill.js:1429:30 at Quill2.modify (quill.js:1660:16)

image

Anderson-Portes commented 8 months ago

i have the same problem

Anderson-Portes commented 8 months ago

image

i need to declare the href variable, and works fine!

nvt-ak commented 8 months ago

@Anderson-Portes Thank you, I fixed on latest version!