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
components/tooltip: Allow hovering over tooltip to interact with links (#12218)
Use `ember-concurrency` `restartableTask` with 100ms delay to allow users
to move their mouse from the anchor element into the tooltip without it
disappearing. Add `mouseenter` and `mouseleave` handlers to the tooltip
element itself to keep it visible while hovering.
0 commit comments