We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04347c9 commit 677c1baCopy full SHA for 677c1ba
src/components/ImageGallery/ImageGallery.tsx
@@ -423,7 +423,7 @@ export const ImageGallery = <
423
*/
424
if (isAndroid && hasPinched.value === HasPinched.TRUE) {
425
hasPinched.value = HasPinched.FALSE;
426
- isSwiping.value === IsSwiping.FALSE;
+ isSwiping.value = IsSwiping.FALSE;
427
offsetX.value = translateX.value + evt.translationX;
428
offsetY.value = translateY.value - evt.translationY;
429
}
0 commit comments