diff options
| author | Fuwn <[email protected]> | 2025-02-26 21:21:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-26 21:21:37 -0800 |
| commit | 45e6024eeef406db2ab45d503347c7f4ccc3d130 (patch) | |
| tree | 086a6a486907df675877cc652097d5665c3b49d8 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-45e6024eeef406db2ab45d503347c7f4ccc3d130.tar.xz sora-testing-45e6024eeef406db2ab45d503347c7f4ccc3d130.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 1 |
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) } } |