medium-editor icon indicating copy to clipboard operation
medium-editor copied to clipboard

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

Open RobertJGabriel opened this issue 1 year ago • 1 comments

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

RobertJGabriel avatar Jul 30 '23 16:07 RobertJGabriel

@ksorv

RobertJGabriel avatar Jul 30 '23 16:07 RobertJGabriel