Fix compose CW field overflowing

This commit is contained in:
Shadowfacts 2022-05-03 20:14:55 -04:00
parent 4a89ae3cfe
commit 5f566724bb
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ struct ComposeEmojiTextField: UIViewRepresentable {
view.backgroundColor = backgroundColor
// otherwise when the text gets too wide it starts expanding the ComposeView
view.setContentCompressionResistancePriority(.defaultLow, for: .horizontal)
context.coordinator.textField = view
context.coordinator.uiState = uiState
context.coordinator.text = $text