fix: attachment buttons render overflow
This commit is contained in:
@@ -604,8 +604,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
!widget.showCommandsButton &&
|
!widget.showCommandsButton &&
|
||||||
widget.actions?.isNotEmpty != true
|
widget.actions?.isNotEmpty != true
|
||||||
? const Offstage()
|
? const Offstage()
|
||||||
: Row(
|
: Wrap(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
if (!widget.disableAttachments)
|
if (!widget.disableAttachments)
|
||||||
_buildAttachmentButton(context),
|
_buildAttachmentButton(context),
|
||||||
|
|||||||
Reference in New Issue
Block a user