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
fix(tooltip): do not open after the pointer has moved off of the reference element (#11599)
**Related Issue:** #11091
## Summary
- No longer opens the tooltip after the pointer has moved off of the
reference element
- Clears open timeout when pointer moved and the same tooltip's
reference element is no longer hovered
- If opening and the hover tooltip doesn't match the tooltip being
opened, nothing happens.
- Modify delay opening tooltips when a tooltip is already open from
`0ms` to `100ms` which is a third the usual time.
- Modify delay closing tooltips from `500ms` to `450ms` which is a
factor of `1.5` times the opening delay.
0 commit comments