Skip to content

Commit

Permalink
refactor(satellites): remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Jan 3, 2025
1 parent 07ff833 commit ad9fd4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/satellites.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ pub async fn handle_mouse_events(event: MouseEvent, app: &mut App) -> Result<()>
app.satellites_state.items[index].selected =
!app.satellites_state.items[index].selected;
app.world_map_state.selected_object = None;
app.world_map_state.hovered_object = None;
app.satellites_state.refresh_objects().await;
}
}
Expand Down

0 comments on commit ad9fd4e

Please sign in to comment.