You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Vue2 when we have "trigger" prop as "mouseenter manual" it works like this:
The tooltip opens when mouse over a trigger element
The tooltip disappears when the mouse leaves an area of a trigger element or when user clicks on trigger element
In Vue3 when we have the "trigger" prop as "mouseenter manual" it works like this:
The tooltip opens when mouse over a trigger element
The tooltip disappears when the mouse leaves an area of a trigger element and it takes two times to click on a trigger element to make the tooltip disappear
So, the point is why do I need to click 2 times in the same trigger type to close the tooltip instead of one click?
The text was updated successfully, but these errors were encountered:
In Vue2 when we have "trigger" prop as "mouseenter manual" it works like this:
In Vue3 when we have the "trigger" prop as "mouseenter manual" it works like this:
So, the point is why do I need to click 2 times in the same trigger type to close the tooltip instead of one click?
The text was updated successfully, but these errors were encountered: