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
@@ -168,6 +168,7 @@ class _RepeaterCliScreenState extends State<RepeaterCliScreen> {
_commandController.clear();
_historyIndex = -1;
_commandFocusNode.requestFocus();
// Auto-scroll to bottom
Future.delayed(const Duration(milliseconds: 100), () {