Skip to content

Commit

Permalink
Merge pull request #165 from JuliusHuizing/master
Browse files Browse the repository at this point in the history
Fix bug where using a segmented picker within a PartialSheet leads to unresponsive picker.
  • Loading branch information
AndreaMiotto authored Aug 30, 2023
2 parents 38171d3 + 3368a15 commit cf20df7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/PartialSheet/PartialSheet/PSViewModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ extension PartialSheet {
.cornerRadius(iPhoneStyle.cornerRadius)
.shadow(color: Color(.sRGBLinear, white: 0, opacity: 0.13), radius: 10.0)
.offset(y: self.sheetPosition)
.onTapGesture {}
.gesture(drag)
.onChange(of: isDetectingDrag) { newValue in
if newValue == false {
Expand Down

0 comments on commit cf20df7

Please sign in to comment.