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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
The mouse over event bubbles up to parent elements, so even though the mouse out event fired to
close a previous tooltip, the mouse over event would bubble up and reactivate the tooltip. In the
best case this made duplicate tooltips, in the worst case it created visual glitches.
fix#20
0 commit comments