Update tui/src/main.rs

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
This commit is contained in:
Jeevitha Kannan K S 2024-11-05 14:14:30 +05:30 committed by GitHub
parent 654cd615cf
commit bb974b2701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,6 @@ fn run(
if !state.handle_mouse(&mouse_event) { if !state.handle_mouse(&mouse_event) {
return Ok(()); return Ok(());
} }
continue;
} }
_ => {} _ => {}
} }