summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift1
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")