fix: attachments ui
This commit is contained in:
@@ -592,8 +592,8 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildAttachments() {
|
Widget _buildAttachments() {
|
||||||
return Wrap(
|
return ListView(
|
||||||
direction: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
children: _attachments
|
children: _attachments
|
||||||
.map(
|
.map(
|
||||||
(attachment) => Padding(
|
(attachment) => Padding(
|
||||||
|
|||||||
Reference in New Issue
Block a user