danielsaidi / BottomSheet

BottomSheet lets you add custom bottom sheets to your SwiftUI apps.
MIT License
189 stars 12 forks source link

Drag gesture moves sheet too little #9

Closed danielsaidi closed 2 years ago

danielsaidi commented 2 years ago

I noticed now, that when I drag the sheet handle, the sheet moves less than my finger.

I have tried changing the drag gesture to use .onChange instead of .updating but the result is the same. It's as if the reported translation is incorrect and too small.