Skip to content

✨ Don't show multiple tooltips at once #33

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

Closed
akrnv25 opened this issue Dec 27, 2023 · 0 comments · Fixed by #38
Closed

✨ Don't show multiple tooltips at once #33

akrnv25 opened this issue Dec 27, 2023 · 0 comments · Fixed by #38
Assignees
Labels
Type: Feature A new feature or functionality
Milestone

Comments

@akrnv25
Copy link

akrnv25 commented Dec 27, 2023

Current behavior:

  1. Add two tooltips to the page, in the configuration set the "action = click" for both
  2. Click on the first tooltip - it will be displayed
  3. Click on the second one - it will be displayed, but the first hint will not be hidden (thus, many hints can be displayed on the screen at the same time)

Desired behavior:

  1. Add two tooltips to the page, in the configuration set the "action = click" for both
  2. Click on the first tooltip - it will be displayed
  3. Click on the second one - it will be displayed, and the first one will be hidden (this way, several tooltips will not be displayed on the screen at the same time)
@akrnv25 akrnv25 added the Type: Feature A new feature or functionality label Dec 27, 2023
@akrnv25 akrnv25 changed the title Don't show multiple tooltips at once ✨ Don't show multiple tooltips at once Dec 27, 2023
@dysfunc dysfunc added this to the v3.0.0 milestone Dec 31, 2023
@dysfunc dysfunc self-assigned this Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment