fix: attachments ui
This commit is contained in:
@@ -612,8 +612,8 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildAttachments() {
|
Widget _buildAttachments() {
|
||||||
return Container(
|
return LimitedBox(
|
||||||
height: 76.0,
|
maxHeight: 76.0,
|
||||||
child: ListView(
|
child: ListView(
|
||||||
scrollDirection: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
children: _attachments
|
children: _attachments
|
||||||
|
|||||||
Reference in New Issue
Block a user