From 65d7bbf050136412a1f395de9a7d01b0a1f5b3c4 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 28 Dec 2022 14:55:16 -0800 Subject: [PATCH] thread: scroll to bottom, less jittery --- damus/Views/ThreadV2View.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/ThreadV2View.swift b/damus/Views/ThreadV2View.swift index c057a86..5738013 100644 --- a/damus/Views/ThreadV2View.swift +++ b/damus/Views/ThreadV2View.swift @@ -245,7 +245,7 @@ struct ThreadV2View: View { .buttonStyle(.plain) .onAppear { // TODO: find another solution to prevent layout shifting and layout blocking on large responses - reader.scrollTo("main", anchor: .center) + reader.scrollTo("main", anchor: .bottom) } } }.background(GeometryReader { geometry in