1
0
mirror of git://jb55.com/damus synced 2024-09-19 19:46:51 +00:00

Fix timeline from moving when you're scrolling

This commit is contained in:
William Casarin 2023-06-24 17:39:24 +02:00
parent 2256e2e625
commit 3db77a16a0

View File

@ -30,12 +30,10 @@ struct TimelineView: View {
.redacted(reason: loading ? .placeholder : [])
.shimmer(loading)
.disabled(loading)
/*
.background(GeometryReader { proxy -> Color in
handle_scroll_queue(proxy, queue: self.events)
return Color.clear
})
*/
}
.buttonStyle(BorderlessButtonStyle())
.coordinateSpace(name: "scroll")