Move cursor in room list
This commit is contained in:
parent
e9e3b6e21c
commit
32e8616ed7
2 changed files with 35 additions and 5 deletions
|
|
@ -192,7 +192,7 @@ impl Ui {
|
|||
}
|
||||
|
||||
match self.mode {
|
||||
Mode::Main => self.rooms.handle_key_event(terminal, event).await,
|
||||
Mode::Main => self.rooms.handle_key_event(terminal, size, event).await,
|
||||
Mode::Log => self.log_chat.handle_navigation(terminal, size, event).await,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue