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 8e0da5f commit a855999Copy full SHA for a855999
src/components/vueperslides/vueperslides.vue
@@ -842,6 +842,7 @@ export default {
842
},
843
844
doAutoplay () {
845
+ clearTimeout(this.autoplayTimer)
846
this.autoplayTimer = setTimeout(() => {
847
this.goToSlide(this.slides.current + this.conf.slideMultiple, { autoPlaying: true })
848
}, this.currentSlide.duration || this.conf.duration)
0 commit comments