Bring back interactive keyboard dismissal on Compose screen

This commit is contained in:
Shadowfacts 2022-06-07 18:49:06 -04:00
parent 332637e0d9
commit d7f35cd1e4
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ struct ComposeView: View {
ScrollView(.vertical) {
mainStack(outerMinY: outer.frame(in: .global).minY)
}
.scrollDismissesKeyboard(.interactively)
}
if let poster = poster {