summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-26 21:21:37 -0800
committerFuwn <[email protected]>2025-02-26 21:21:37 -0800
commit45e6024eeef406db2ab45d503347c7f4ccc3d130 (patch)
tree086a6a486907df675877cc652097d5665c3b49d8
parentfeat: Development commit (diff)
downloadsora-testing-45e6024eeef406db2ab45d503347c7f4ccc3d130.tar.xz
sora-testing-45e6024eeef406db2ab45d503347c7f4ccc3d130.zip
feat: Development commit
-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)
}
}