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
It seems that when using delayShow and moving from one tooltip element to another that's immediately next to it, the "new" tooltip for the element you just moved to flashes for a second, hides, and then shows again after the time delay. Removing your mouse entirely and trying again works fine.
So it seems to be related to moving from one tooltip element to another.
<TooltipclassName={styles.tooltip}delayShow={1000}id='default'noArrowplace='top-start'/><spandata-tooltip-content='This is a tooltip'data-tooltip-id='default'data-tooltip-variant='info'>test</span><spandata-tooltip-content='This is a tooltip'data-tooltip-id='default'data-tooltip-variant='info'>test</span>
The text was updated successfully, but these errors were encountered:
It seems that when using
delayShow
and moving from one tooltip element to another that's immediately next to it, the "new" tooltip for the element you just moved to flashes for a second, hides, and then shows again after the time delay. Removing your mouse entirely and trying again works fine.So it seems to be related to moving from one tooltip element to another.
The text was updated successfully, but these errors were encountered: