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
refactor: replace TooltipManager usage with attachTooltip function (#198)
This pull request refactors the tooltip management system by replacing
the `TooltipManager` singleton class with individual functions. The
changes involve updating all instances where `TooltipManager` methods
were used to use the new functions instead. This refactor aims to
simplify the code and improve maintainability.
0 commit comments