diff options
| author | Fuwn <[email protected]> | 2025-06-14 22:18:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-14 22:18:14 -0700 |
| commit | ea9b6a01cb2c0b9ee6d1a789e16da522edad5b4c (patch) | |
| tree | 3e10d72a9ca0819af07c2f90b2c548161d138b72 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-ea9b6a01cb2c0b9ee6d1a789e16da522edad5b4c.tar.xz sora-testing-ea9b6a01cb2c0b9ee6d1a789e16da522edad5b4c.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index b665087..dc65c7d 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -43,7 +43,6 @@ struct PostGridView: View { } .opacity(isActive ? 1 : 0) .frame(height: isActive ? nil : 0) - .clipped() } } .searchable(text: $manager.searchText, isPresented: $isSearchablePresented, prompt: "Tags") |