mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +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
|
||||
if let tabSelection = navigation.tabSelection {
|
||||
scrollScrollViewToItem(scrollView: scrollView, for: navigation.tabSelection)
|
||||
scrollScrollViewToItem(scrollView: scrollView, for: tabSelection)
|
||||
}
|
||||
}
|
||||
.listStyle(.sidebar)
|
||||
|
Loading…
Reference in New Issue
Block a user