We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69304c commit 65c8e2eCopy full SHA for 65c8e2e
Sources/Views/HStackSnapCore.swift
@@ -90,6 +90,7 @@ public struct HStackSnapCore<Content: View>: View {
90
eventHandler?(.didLayout(layoutInfo: itemScrollPositions))
91
}
92
})
93
+ .contentShape(Rectangle())
94
.gesture(snapDrag)
95
96
.coordinateSpace(name: coordinateSpace)
0 commit comments