From 3db77a16a0d810d1d19761ad9e8c038d71fa1e5c Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 24 Jun 2023 17:39:24 +0200 Subject: [PATCH] Fix timeline from moving when you're scrolling --- damus/Views/TimelineView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/damus/Views/TimelineView.swift b/damus/Views/TimelineView.swift index 3f3aac04..326ae8bc 100644 --- a/damus/Views/TimelineView.swift +++ b/damus/Views/TimelineView.swift @@ -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")