Edit messages in the tree view

This commit is contained in:
Joscha 2022-08-02 01:08:02 +02:00
parent fe0f6c7520
commit 26d953395b
5 changed files with 268 additions and 40 deletions

View file

@ -216,7 +216,9 @@ impl Ui {
.await
}
Mode::Log => {
self.log_chat.handle_navigation(event).await;
self.log_chat
.handle_key_event(terminal, crossterm_lock, event, false)
.await;
}
}