mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Focus should switch to message bar after :edit (#22)
This commit is contained in:
parent
5683a2e7a8
commit
b968d8c4a2
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ impl ChatState {
|
|||
|
||||
self.tbox.set_text(text);
|
||||
self.editing = self.scrollback.get_key(info);
|
||||
self.focus = RoomFocus::MessageBar;
|
||||
|
||||
Ok(None)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue