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
@@ -429,6 +429,7 @@ class _ChatScreenState extends State<ChatScreen> {
connector.sendMessage(widget.contact, text);
_textController.clear();
_textFieldFocusNode.requestFocus();
}
void _showPathHistory(BuildContext context) {