mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-09-02 16:13:47 +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)
|
#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) {
|
||||||
|
|
Loading…
Reference in a new issue