medium-editor
medium-editor copied to clipboard
Question: Is it possbile to have two toolbars on the same class?
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
@ksorv