diff --git a/damus/Views/EventDetailView.swift b/damus/Views/EventDetailView.swift index 1937ba3f..8c764e21 100644 --- a/damus/Views/EventDetailView.swift +++ b/damus/Views/EventDetailView.swift @@ -21,7 +21,7 @@ struct EventDetailView_Previews: PreviewProvider { } } -func scroll_to_event(scroller: ScrollViewProxy, id: String, delay: Double, animate: Bool, anchor: UnitPoint = .bottom) { +func scroll_to_event(scroller: ScrollViewProxy, id: String, delay: Double, animate: Bool, anchor: UnitPoint = .top) { DispatchQueue.main.asyncAfter(deadline: .now() + delay) { if animate { withAnimation {