summaryrefslogtreecommitdiff
path: root/Sora/Views/Post
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-09 02:53:37 -0700
committerFuwn <[email protected]>2025-09-09 02:53:37 -0700
commit881486ee9f2e6da6a1765f48646105ad4bddb4fa (patch)
tree5efd7e9ec7556275150b4be04bcffb58b945810f /Sora/Views/Post
parentfeat: Development commit (diff)
downloadsora-testing-881486ee9f2e6da6a1765f48646105ad4bddb4fa.tar.xz
sora-testing-881486ee9f2e6da6a1765f48646105ad4bddb4fa.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post')
-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 57d155c..f90bdc2 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -471,6 +471,8 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length
!component.isEmpty
}
+ guard !inputTags.isEmpty else { return }
+
let query = BooruSearchQuery(
provider: manager.provider,
tags: inputTags