This commit is contained in:
Thomas Ricouard 2024-01-02 18:55:36 +01:00
parent 245f13d59f
commit f6b7b9807f

View file

@ -60,7 +60,7 @@ struct EditTagGroupView: View {
#if !os(visionOS) #if !os(visionOS)
.scrollContentBackground(.hidden) .scrollContentBackground(.hidden)
.background(theme.secondaryBackgroundColor) .background(theme.secondaryBackgroundColor)
.scrollDismissesKeyboard(.immediately) .scrollDismissesKeyboard(.interactively)
#endif #endif
.toolbar { .toolbar {
ToolbarItem(placement: .navigationBarLeading) { ToolbarItem(placement: .navigationBarLeading) {