scroll to note in thread

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-17 06:03:37 -07:00
parent f2631bd086
commit 41911908e7
3 changed files with 37 additions and 22 deletions

View File

@@ -54,7 +54,7 @@ struct ContentView: View {
.navigationBarTitle("Note")
.environmentObject(profiles)
NavigationLink(destination: evdet) {
EventView(event: ev, highlighted: false)
EventView(event: ev, highlighted: false, has_action_bar: true)
}
.buttonStyle(PlainButtonStyle())
}