diff options
| author | lukeflo-work | 2024-10-10 15:12:31 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-12 22:41:38 +0200 |
| commit | 1ad9a97e9a25622a9946cb9c55705922c42d9149 (patch) | |
| tree | 363a30504d6a44f09aeb1023d7aefc280b3f0365 /src/frontend/handler.rs | |
| parent | d52b16993285f6fd98d7241689e1bd950739bb88 (diff) | |
| download | bibiman-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.rs | 1 |
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(()) } |
