-
When I hover over a li element using a function with the setActiveElements the tooltip shows nicely. However, I am not able to remove the tooltip the moment I would mouseout/mouseleave the li element. The tooltip stays active. Is there an option to setActiveElements = false; or a way to indicate the tooltip should hide again? |
Beta Was this translation helpful? Give feedback.
Answered by
Udemology
Apr 4, 2022
Replies: 1 comment
-
Sorry already solved this issue. The solution was quite obvious. Just empty display an empty setActiveElements([]). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Udemology
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry already solved this issue. The solution was quite obvious. Just empty display an empty setActiveElements([]).