Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ybot1122 committed Nov 3, 2024
2 parents 07e6471 + e5543d8 commit 7944767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ReactFullpageSlideshow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default function ReactFullpageSlideshow({
const isDragged =
Math.abs(yOffsetRef.current) >=
document.documentElement.clientHeight / 2;
console.log(isSwipe);
if (isSwipe || isDragged) {
if (y < pointerStartData.current.y) {
goToSlide(activeIndexRef.current + 1);
Expand Down

0 comments on commit 7944767

Please sign in to comment.