diff --git a/src/ui.rs b/src/ui.rs index 0d7e74b..8650021 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -214,8 +214,7 @@ impl Ui { .await } Mode::Log => { - // TODO Uncomment - // self.log_chat.handle_navigation(terminal, size, event).await + self.log_chat.handle_navigation(event).await; } }