diff options
| author | Fuwn <[email protected]> | 2025-08-28 17:47:24 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-08-28 17:47:24 -0700 |
| commit | 5826df9cd7b6aa2ca8f05cd33befcfafb1d2e646 (patch) | |
| tree | f9feded6a7daa7b239c31fdf5dc21a4922c67557 /Sora/Views/Post/Details/PostDetailsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-5826df9cd7b6aa2ca8f05cd33befcfafb1d2e646.tar.xz sora-testing-5826df9cd7b6aa2ca8f05cd33befcfafb1d2e646.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Details/PostDetailsView.swift')
| -rw-r--r-- | Sora/Views/Post/Details/PostDetailsView.swift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift index aa4c3cd..2253f40 100644 --- a/Sora/Views/Post/Details/PostDetailsView.swift +++ b/Sora/Views/Post/Details/PostDetailsView.swift @@ -143,7 +143,8 @@ struct PostDetailsView: View { PostDetailsTagsView( isPresented: $isTagsSheetPresented, navigationPath: $navigationPath, - tags: post.tags + tags: post.tags, + isNestedContext: posts != nil ) #if os(macOS) .frame( |