I have a two toolbar in quill.
- Quill toolbar
- Custom toolbar
I need to put the image tool in the custom toolbar but the problem is that quill is only allowed the addHandler for its own toolbar so I need to open the quill image uploader programmatically when the user clicks on my image.
Is there any way to do it?
Thanks