diff --git a/src/main.rs b/src/main.rs index aec712b..af89dc9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -180,7 +180,6 @@ async fn main() -> Result<(), Box> { flush_if_mouse(&ev, &mut ev_stream).await; - // Some people have high mouse sensitivity match tui.handle_event(&ev) { None => needs_redraw = false, Some(action) => match action {