Focus should switch to message bar after :edit (#22)

This commit is contained in:
Ulyssa 2023-01-25 17:00:50 -08:00
parent 5683a2e7a8
commit b968d8c4a2
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64

View file

@ -262,6 +262,7 @@ impl ChatState {
self.tbox.set_text(text);
self.editing = self.scrollback.get_key(info);
self.focus = RoomFocus::MessageBar;
Ok(None)
},