From 52ba9468a4ab691ab9886895566e3e7bb6ba2b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 1 Jun 2025 11:07:46 +0200 Subject: [PATCH] chore: Follow up add check list --- lib/pages/chat/chat.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/chat/chat.dart b/lib/pages/chat/chat.dart index 212210b4e..b312429d4 100644 --- a/lib/pages/chat/chat.dart +++ b/lib/pages/chat/chat.dart @@ -1192,6 +1192,7 @@ class ChatController extends State } else { sendController.text += '\n- [ ] '; } + onInputBarChanged(sendController.text); inputFocus.requestFocus(); } }