Fix hover-tooltip flickering when mouse re-enters
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used
- tests need improvement
Showing
Please register or sign in to comment
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used
- tests need improvement