chore: Follow up create check list UX

This commit is contained in:
Christian Kußowski 2025-06-01 11:31:09 +02:00
commit 5fb882955c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 29 additions and 21 deletions

View file

@ -1186,15 +1186,6 @@ class ChatController extends State<ChatPageWithRoom>
if (choice == 'location') {
sendLocationAction();
}
if (choice == 'checklist') {
if (sendController.text.isEmpty) {
sendController.text = '- [ ] ';
} else {
sendController.text += '\n- [ ] ';
}
onInputBarChanged(sendController.text);
inputFocus.requestFocus();
}
}
unpinEvent(String eventId) async {