mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Dismiss keyboard interactively
This commit is contained in:
@@ -29,7 +29,7 @@ struct SettingsView: View {
|
||||
.alert(isPresented: $model.presentingAlert) { model.alert }
|
||||
#if os(iOS)
|
||||
.backport
|
||||
.scrollDismissesKeyboard()
|
||||
.scrollDismissesKeyboardInteractively()
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user