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
A Tooltip disappears when its children change, which seems to be a good behaviour to avoid having ghost tooltips because the mouse never "left" the area:
A
Tooltip
disappears when its children change, which seems to be a good behaviour to avoid having ghost tooltips because the mouse never "left" the area:xen-orchestra/packages/xo-web/src/common/tooltip/index.js
Lines 84 to 88 in 0811e5c
xen-orchestra/packages/xo-web/src/common/tooltip/index.js
Lines 104 to 106 in 0811e5c
But when the new children are in the same position, we need to keep the tooltip.
The text was updated successfully, but these errors were encountered: