Adding another DragGesture to a scroll view has fixed it for me.
ScrollView {
...
}
.gesture(
DragGesture(minimumDistance: 0)
)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: