chore: Follow up add check list

This commit is contained in:
Christian Kußowski 2025-06-01 11:07:46 +02:00
parent fb134cba2f
commit 52ba9468a4
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -1192,6 +1192,7 @@ class ChatController extends State<ChatPageWithRoom>
} else {
sendController.text += '\n- [ ] ';
}
onInputBarChanged(sendController.text);
inputFocus.requestFocus();
}
}