Fix ? not working in normal room view
This commit is contained in:
parent
6c1ce49236
commit
a0f2f9500c
1 changed files with 3 additions and 0 deletions
|
|
@ -290,7 +290,10 @@ impl Rooms {
|
|||
|
||||
if let key!(Esc) = event {
|
||||
self.state = State::ShowList;
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
State::Connect(ed) => match event {
|
||||
key!(Esc) => self.state = State::ShowList,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue