From d4ab6da2541e2dcb325590c2ed347413384cb802 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 18 Jun 2025 04:18:12 -0700 Subject: feat: Development commit --- Sora/Views/Post/Grid/PostGridView.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Sora/Views') diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 9dce682..ac6aeaa 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -73,6 +73,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length .id(post.id) } } + .transaction { $0.animation = nil } } } #if os(macOS) @@ -87,6 +88,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length .id(post.id) } .gridStyle(columns: columnCount) + .transaction { $0.animation = nil } #if os(macOS) .padding(8) #else -- cgit v1.2.3