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
The closest point logic seems to be selecting a random point when no points are visible.
Screen.Recording.2025-07-25.at.11.32.14.mov
In this case, we should either show no tooltip (because there are no visible points) or show the tooltip of the closest point (even if invisible). It seems our current logic is the former, so we should keep it.