Skip to content

Commit

Permalink
(B) FIx UI components interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaMiotto authored Jun 17, 2021
1 parent 66515e8 commit 45b8e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PartialSheet/PartialSheetViewModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ extension PartialSheet {

/// Create a new **DragGesture** with *updating* and *onEndend* func
private func dragGesture() -> _EndedGesture<_ChangedGesture<DragGesture>> {
DragGesture(minimumDistance: 0, coordinateSpace: .local)
DragGesture(minimumDistance: 0.1, coordinateSpace: .local)
.onChanged(onDragChanged)
.onEnded(onDragEnded)
}
Expand Down

0 comments on commit 45b8e76

Please sign in to comment.