This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Closed
Description
I have come across two scenarios where the tooltip won't disappear (as mouseout
isn't triggered).
- On mobile
- If you are hovering over an item and scroll
The easiest fix I can think of is to store the current open tooltip in ItemSet
, as there logically can only be one open, that way we can force the old one to be hidden before displaying a new one.
Metadata
Metadata
Assignees
Labels
No labels