fix: attachments ui
This commit is contained in:
@@ -258,6 +258,7 @@ class MessageInputState extends State<MessageInput> {
|
||||
child: LimitedBox(
|
||||
maxHeight: widget.maxHeight,
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
_buildAttachments(),
|
||||
TextField(
|
||||
|
||||
Reference in New Issue
Block a user