Prevent iPad dismiss when tapping outside (#737)
The user may tap outside accidentally while editing a profile, thus losing all the edits. Avoid that. Fixes #734
This commit is contained in:
parent
acf066571a
commit
3de75e476b
|
@ -55,7 +55,7 @@ struct AppModalCoordinator: View {
|
|||
contentView
|
||||
.toolbar(content: toolbarContent)
|
||||
}
|
||||
.themeModal(item: $modalRoute, isRoot: true, content: modalDestination)
|
||||
.themeModal(item: $modalRoute, isRoot: true, isInteractive: false, content: modalDestination)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue