Matthias Nott
2026-03-22 ef77858d82f6ae6fc397d56546105b014eab2aea
lib/widgets/input_bar.dart
....@@ -111,8 +111,7 @@
111111 const EdgeInsets.symmetric(horizontal: 16, vertical: 10),
112112 isDense: true,
113113 ),
114
- textInputAction: TextInputAction.send,
115
- onSubmitted: (_) => onSendText(),
114
+ textInputAction: TextInputAction.newline,
116115 maxLines: 4,
117116 minLines: 1,
118117 ),