Merge pull request #214 from MeshEnvy/fix/cursor-focus

enh: return cursor focus to message window after send
This commit is contained in:
zjs81
2026-02-24 19:37:43 -07:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1073,6 +1073,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
connector.sendChannelMessage(widget.channel, messageText);
_textController.clear();
_cancelReply();
_textFieldFocusNode.requestFocus();
}
String _formatTime(DateTime time) {