NoelOConnell / quill-image-uploader

A module for Quill rich text editor to allow images to be uploaded to a server instead of being base64 encoded
MIT License
237 stars 95 forks source link

Tearing my hair out... #103

Open jeremyomeara opened 4 months ago

jeremyomeara commented 4 months ago

Hi there. The imageuploader component you've built is fantastic and works very well in my test implementation on CodePen.. however in my Webflow build I just can't get it to work. Something isn't triggering somewhere. Quill JS loads as expected, however when I click the image button (with again works fine on CodePen) the upload dialogue doesn't open, nothing opens... the button appears to be dead. Any ideas would be most welcome.

philohelp commented 1 month ago

Did you add imageBlot in the formats array ? const formats = [ ... "image", "imageBlot", ... ];