From ee216d407ed1f81e27b6c01263fa68b28f7ac80a Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 24 Jul 2022 17:31:01 +0200 Subject: [PATCH] Reenable cursor movement in log --- src/ui.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } }