debug slow scroll
This commit is contained in:
@@ -30,12 +30,12 @@ struct TimelineView: View {
|
|||||||
.redacted(reason: loading ? .placeholder : [])
|
.redacted(reason: loading ? .placeholder : [])
|
||||||
.shimmer(loading)
|
.shimmer(loading)
|
||||||
.disabled(loading)
|
.disabled(loading)
|
||||||
|
/*
|
||||||
.background(GeometryReader { proxy -> Color in
|
.background(GeometryReader { proxy -> Color in
|
||||||
DispatchQueue.main.async {
|
handle_scroll_queue(proxy, queue: self.events)
|
||||||
handle_scroll_queue(proxy, queue: self.events)
|
|
||||||
}
|
|
||||||
return Color.clear
|
return Color.clear
|
||||||
})
|
})
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
.buttonStyle(BorderlessButtonStyle())
|
.buttonStyle(BorderlessButtonStyle())
|
||||||
.coordinateSpace(name: "scroll")
|
.coordinateSpace(name: "scroll")
|
||||||
|
|||||||
Reference in New Issue
Block a user