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
If you select a satellite it creates a green hover orbit line, but as soon as the on hover event is fired it removes that line. Original functionality is to have the selected orbit remain visible until a new orbit is selected or the user selects clicks empty space (satellite id -1), at which point the buffer should be cleared.
The text was updated successfully, but these errors were encountered:
Playing with the UI I see that the selected satellite stays green even when the highlighted line gets removed, suggesting the issue is in the Orbits class.
If you select a satellite it creates a green hover orbit line, but as soon as the on hover event is fired it removes that line. Original functionality is to have the selected orbit remain visible until a new orbit is selected or the user selects clicks empty space (satellite id -1), at which point the buffer should be cleared.
The text was updated successfully, but these errors were encountered: