mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Remove accidental comment
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user