fix: return cursor to message window after send

This commit is contained in:
Ben Allfree
2026-02-22 09:16:07 -08:00
parent b3ad54f296
commit 096e0a4184
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -935,6 +935,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
connector.sendChannelMessage(widget.channel, messageText);
_textController.clear();
_cancelReply();
_textFieldFocusNode.requestFocus();
}
String _formatTime(DateTime time) {