Don't always render list cursor
This commit is contained in:
parent
a03971c019
commit
9f9f68466a
3 changed files with 11 additions and 4 deletions
|
|
@ -149,7 +149,7 @@ impl Rooms {
|
|||
async fn render_rooms(&mut self, frame: &mut Frame) {
|
||||
let rooms = self.stabilize_rooms().await;
|
||||
let rows = self.render_rows(rooms).await;
|
||||
self.list.render(frame, Pos::ZERO, frame.size(), rows);
|
||||
self.list.render(frame, Pos::ZERO, frame.size(), rows, true);
|
||||
}
|
||||
|
||||
pub async fn handle_key_event(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue