quill-markdown-toolbar icon indicating copy to clipboard operation
quill-markdown-toolbar copied to clipboard

Markdown icon "missing" with multiple Quill instances on the page.

Open BrandonDusseau opened this issue 3 years ago • 0 comments

When rendering multiple instances of Quill with the Markdown Toolbar, the toolbar button is present but the icon is missing on all but the first editor instance.

Screen Shot 2022-01-25 at 9 09 23 PM

This can be fixed by using querySelectorAll instead of querySelector when setting the toolbar icon content. I will create a PR to fix this issue shortly.

BrandonDusseau avatar Jan 26 '22 02:01 BrandonDusseau