Skip to content

Commit

Permalink
climbing: Fix double tap in climbing
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik committed Feb 23, 2024
1 parent 417beb8 commit 469b565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/FeaturePanel/Climbing/ClimbingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ export const ClimbingView = () => {
)}
<BlurContainer isVisible={isPhotoLoaded}>
<TransformWrapper
doubleClick={{
disabled: true,
}}
onWheelStart={stopPointerEvents}
onWheelStop={startPointerEvents}
onPinchingStart={stopPointerEvents}
Expand Down

0 comments on commit 469b565

Please sign in to comment.