Skip to content

Commit

Permalink
Update slideToLoop.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 2, 2023
1 parent b5db223 commit 37eaf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/slide/slideToLoop.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ export default function slideToLoop(
requestAnimationFrame(() => {
swiper.slideTo(newIndex, speed, runCallbacks, internal);
});
return;
return swiper;
}

0 comments on commit 37eaf1e

Please sign in to comment.