Remove accidental comment

This commit is contained in:
itsjunetime
2024-11-17 17:34:59 -07:00
parent 5e7ec97b43
commit f9df806a8f
-1
View File
@@ -180,7 +180,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
flush_if_mouse(&ev, &mut ev_stream).await; flush_if_mouse(&ev, &mut ev_stream).await;
// Some people have high mouse sensitivity
match tui.handle_event(&ev) { match tui.handle_event(&ev) {
None => needs_redraw = false, None => needs_redraw = false,
Some(action) => match action { Some(action) => match action {