quill-image-uploader icon indicating copy to clipboard operation
quill-image-uploader copied to clipboard

Tearing my hair out...

Open jeremyomeara opened this issue 10 months ago • 1 comments

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.

jeremyomeara avatar Apr 25 '24 04:04 jeremyomeara

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

philohelp avatar Aug 18 '24 23:08 philohelp