Reenable cursor movement in log

This commit is contained in:
Joscha 2022-07-24 17:31:01 +02:00
parent 59d2c7809b
commit ee216d407e

View file

@ -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;
}
}