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

feat: Stricter querySelector for toolbar tab changes #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cedricversluys
Copy link

Problem

When switching tabs in the emoji toolbar, it used document.querySelector('.active') to select the tab element. However, this is very generic and caused bugs in my application, because the quill editor is inside another tab view, also using the class name active.

Solution

I added some further specification, to make sure the querySelector always selects the correct element.

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

Successfully merging this pull request may close these issues.

1 participant