Question: Is it possbile to have two toolbars on the same class?

Author: RobertJGabrielCreated Jul 30, 2023Updated Jul 30, 2023

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.

javascript
 let elements = document.querySelectorAll(tag);
 this.editor = new MediumEditor(elements, {});
 this.editor2 = new MediumEditor(elements, {});

Thank you