Skip to content

Commit

Permalink
Fixes #3249 - Converge on the same max height for both text composers.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Sep 10, 2024
1 parent 4ec6098 commit 9ff164c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ struct MessageComposer: View {
MessageComposerTextField(placeholder: L10n.richTextEditorComposerPlaceholder,
text: $plainComposerText,
presendCallback: $presendCallback,
maxHeight: 300,
maxHeight: ComposerConstant.maxHeight,
keyHandler: { handleKeyPress($0) },
pasteHandler: pasteAction)
.tint(.compound.iconAccentTertiary)
Expand Down

0 comments on commit 9ff164c

Please sign in to comment.