Move cursor in room list

This commit is contained in:
Joscha 2022-06-27 09:30:41 +02:00
parent e9e3b6e21c
commit 32e8616ed7
2 changed files with 35 additions and 5 deletions

View file

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