Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RobertJGabriel opened this issue Jul 30, 2023 · 1 comment
Open

Comments

@RobertJGabriel
Copy link

RobertJGabriel commented 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.

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

Thank you

@RobertJGabriel
Copy link
Author

@ksorv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant