summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index 58895c2..900e254 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -87,6 +87,7 @@ struct PostGridView: View {
.refreshable {
await manager.fetchPosts(page: 1, tags: manager.tags, replace: true)
}
+ .scrollDisabled(manager.isLoading)
}
}