diff options
Diffstat (limited to 'src/tui/handler.rs')
| -rw-r--r-- | src/tui/handler.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/tui/handler.rs b/src/tui/handler.rs index 3a4d055..ae2fd4d 100644 --- a/src/tui/handler.rs +++ b/src/tui/handler.rs @@ -192,18 +192,6 @@ pub fn handle_key_events(key_event: KeyEvent, app: &mut App, tui: &mut Tui) -> R } _ => {} }, - // Keycodes for the help area (popup) - CurrentArea::HelpArea => match key_event.code { - KeyCode::Char('q') => { - app.quit(); - } - KeyCode::Esc => { - app.bibiman.toggle_area(); - app.bibiman.former_area = None; - } - _ => {} - }, - CurrentArea::InfoArea => {} } Ok(()) } |
