mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-27 18:34:45 +00:00
Fix #1808
This commit is contained in:
parent
245f13d59f
commit
f6b7b9807f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ struct EditTagGroupView: View {
|
|||
#if !os(visionOS)
|
||||
.scrollContentBackground(.hidden)
|
||||
.background(theme.secondaryBackgroundColor)
|
||||
.scrollDismissesKeyboard(.immediately)
|
||||
.scrollDismissesKeyboard(.interactively)
|
||||
#endif
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .navigationBarLeading) {
|
||||
|
|
Loading…
Reference in a new issue