diff options
| author | Fuwn <[email protected]> | 2025-06-11 20:28:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-11 20:28:50 -0700 |
| commit | e0041dd390688394ec3ad1a78baeef6048dec67b (patch) | |
| tree | 3032b5aa510636575fb4fa35c399781c7c041436 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-e0041dd390688394ec3ad1a78baeef6048dec67b.tar.xz sora-testing-e0041dd390688394ec3ad1a78baeef6048dec67b.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 1d90f42..9fd384c 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -164,7 +164,7 @@ struct PostGridView: View { ) .frame(minHeight: 250) } - #if !os(macOS) + #if os(iOS) .gesture( DragGesture() .onEnded { value in |