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(); } }