diff options
| author | Fuwn <[email protected]> | 2025-06-18 04:18:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-18 04:18:12 -0700 |
| commit | d4ab6da2541e2dcb325590c2ed347413384cb802 (patch) | |
| tree | 0f4c574e96cc6ba793b7d244ea4da474eb1f7b23 /Sora/Views/Post/Grid | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-d4ab6da2541e2dcb325590c2ed347413384cb802.tar.xz sora-testing-d4ab6da2541e2dcb325590c2ed347413384cb802.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 2 |
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 |