-
Notifications
You must be signed in to change notification settings - Fork 47
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
Hide tooltip (menu items) when opening dropdowns (e.g. font-size / paragraph) #308
Comments
sjdemartini
added a commit
that referenced
this issue
Dec 22, 2024
This ensures menu items aren't blocked, etc., and the tooltip need not continue to be displayed if you've already clicked the select. Resolves #308
sjdemartini
added a commit
that referenced
this issue
Dec 22, 2024
This ensures menu items aren't blocked, etc., and the tooltip need not continue to be displayed if you've already clicked the select. Resolves #308
sjdemartini
added a commit
that referenced
this issue
Dec 22, 2024
This ensures menu items aren't blocked, etc., and the tooltip need not continue to be displayed if you've already clicked the select. Resolves #308
This is now released in https://github.com/sjdemartini/mui-tiptap/releases/tag/v1.15.1 |
@sjdemartini Works, thanks alot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The tooltip menu items are currently displayed above all the drop-down selection menus which is disturbing for the user (sometimes it can block the selections from dropdown)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Menu tooltips should be hidden when user opening any drop-downs
The text was updated successfully, but these errors were encountered: