Open
Description
Hey,
Just incase im missing something.
Is it possible to have two instances of the toolbar on the same classes.
One on top of the element, one along the bottom. When trying it only allows one.
let elements = document.querySelectorAll(tag);
this.editor = new MediumEditor(elements, {});
this.editor2 = new MediumEditor(elements, {});
Thank you
Metadata
Assignees
Labels
No labels
Activity