Browse Source

thread: scroll to bottom, less jittery

post-button-style
William Casarin 2 years ago
parent
commit
65d7bbf050
  1. 2
      damus/Views/ThreadV2View.swift

2
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

Loading…
Cancel
Save