Skip to content

Commit

Permalink
fix(autoplay): add missing .start() method
Browse files Browse the repository at this point in the history
fixes #4865
  • Loading branch information
nolimits4web committed Aug 26, 2021
1 parent e54f07d commit dda14bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/autoplay/autoplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export default function Autoplay({ swiper, extendParams, on, emit }) {
Object.assign(swiper.autoplay, {
pause,
run,
start,
stop,
});
}

0 comments on commit dda14bc

Please sign in to comment.