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 94b1b40 commit 2a059d4Copy full SHA for 2a059d4
package/src/components/ImageGallery/hooks/useImageGalleryGestures.tsx
@@ -281,7 +281,6 @@ export const useImageGalleryGestures = ({
281
*/
282
const finalXPosition = event.translationX - event.velocityX * 0.3;
283
const finalYPosition = event.translationY + event.velocityY * 0.1;
284
- console.log(finalXPosition);
285
286
/**
287
* If there is a next photo, the image is lined up to the right
0 commit comments