mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix style
This commit is contained in:
parent
e6a9f39477
commit
053b4a22b8
@ -36,7 +36,7 @@ struct Sidebar: View {
|
|||||||
}
|
}
|
||||||
.onChange(of: navigation.sidebarSectionChanged) { _ in
|
.onChange(of: navigation.sidebarSectionChanged) { _ in
|
||||||
if let tabSelection = navigation.tabSelection {
|
if let tabSelection = navigation.tabSelection {
|
||||||
scrollScrollViewToItem(scrollView: scrollView, for: navigation.tabSelection)
|
scrollScrollViewToItem(scrollView: scrollView, for: tabSelection)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.listStyle(.sidebar)
|
.listStyle(.sidebar)
|
||||||
|
Loading…
Reference in New Issue
Block a user