aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/handler.rs
diff options
context:
space:
mode:
authorlukeflo-work2024-10-10 15:12:31 +0200
committerlukeflo2024-10-12 22:41:38 +0200
commit1ad9a97e9a25622a9946cb9c55705922c42d9149 (patch)
tree363a30504d6a44f09aeb1023d7aefc280b3f0365 /src/frontend/handler.rs
parentd52b16993285f6fd98d7241689e1bd950739bb88 (diff)
downloadbibiman-1ad9a97e9a25622a9946cb9c55705922c42d9149.tar.gz
bibiman-1ad9a97e9a25622a9946cb9c55705922c42d9149.zip
scrollbar for keyword and entry area
Diffstat (limited to 'src/frontend/handler.rs')
-rw-r--r--src/frontend/handler.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/handler.rs b/src/frontend/handler.rs
index 9a27b3a..ac5b94f 100644
--- a/src/frontend/handler.rs
+++ b/src/frontend/handler.rs
@@ -148,6 +148,7 @@ pub fn handle_key_events(key_event: KeyEvent, app: &mut App, tui: &mut Tui) -> R
}
_ => {}
},
+ CurrentArea::InfoArea => {}
}
Ok(())
}