Skip to content

Commit

Permalink
iOS 18: fix drag gesture conflicting with scroll view drag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceylo committed Nov 14, 2024
1 parent 126a35b commit f3438b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FurAffinity/Helper Views/View+pullableScreenCover.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private struct PullableFullScreenCoverView<Contents: View>: View {
.onDisappear {
visible = false
}
.simultaneousGesture(
.gesture(
// Below 15, this gesture tends to take precedence over scroll views in
// the contents view
DragGesture(minimumDistance: 15, coordinateSpace: .global)
Expand Down

0 comments on commit f3438b1

Please sign in to comment.