summaryrefslogtreecommitdiff
path: root/Sora/Views
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-18 04:18:12 -0700
committerFuwn <[email protected]>2025-06-18 04:18:12 -0700
commitd4ab6da2541e2dcb325590c2ed347413384cb802 (patch)
tree0f4c574e96cc6ba793b7d244ea4da474eb1f7b23 /Sora/Views
parentfeat: Development commit (diff)
downloadsora-testing-d4ab6da2541e2dcb325590c2ed347413384cb802.tar.xz
sora-testing-d4ab6da2541e2dcb325590c2ed347413384cb802.zip
feat: Development commit
Diffstat (limited to 'Sora/Views')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift2
1 files changed, 2 insertions, 0 deletions
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