You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/components/SwipeableMessageWrapper.tsx
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,7 @@ function ActiveSwipeWrapper({
86
86
rubberband: true,
87
87
filterTaps: true,
88
88
eventOptions: {passive: true},
89
-
// Without this, useDrag calls setPointerCapture on pointerdown, stealing
90
-
// the pointer from MobileRoomOverlay on rightward swipes, causing it to
91
-
// always see mx=0 and snap back instead of navigating.
89
+
// Without this, useDrag calls setPointerCapture on pointerdown, stealing the pointer from MobileRoomOverlay on rightward swipes, causing it to always see mx=0 and snap back instead of navigating.
0 commit comments