Add focus and hiding options to editor
This commit is contained in:
parent
e24a5ee1c4
commit
84930c8c34
3 changed files with 38 additions and 20 deletions
|
|
@ -190,7 +190,7 @@ impl EuphRoom {
|
|||
|
||||
match &self.state {
|
||||
State::Normal => {}
|
||||
State::Auth(_) => layers.push(auth::widget()),
|
||||
State::Auth(editor) => layers.push(auth::widget(editor)),
|
||||
State::Nick(editor) => layers.push(nick::widget(editor)),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue