Fixes #3249 - Converge on the same max height for both text composers.
This commit is contained in:
committed by
Stefan Ceriu
parent
163e935f65
commit
30b0ac9636
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user