diff --git a/src/handler.rs b/src/handler.rs index 8cc3ce8..d7af3f1 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -160,7 +160,6 @@ pub async fn handle_key_events( _ => {} }, - // scroll down KeyCode::Char('j') | KeyCode::Down => match app.focused_block { FocusedBlock::Adapter => {