Edit messages in the tree view
This commit is contained in:
parent
fe0f6c7520
commit
26d953395b
5 changed files with 268 additions and 40 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue