Reenable cursor movement in log
This commit is contained in:
parent
59d2c7809b
commit
ee216d407e
1 changed files with 1 additions and 2 deletions
|
|
@ -214,8 +214,7 @@ impl Ui {
|
||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
Mode::Log => {
|
Mode::Log => {
|
||||||
// TODO Uncomment
|
self.log_chat.handle_navigation(event).await;
|
||||||
// self.log_chat.handle_navigation(terminal, size, event).await
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue