Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 1171582

Browse files
author
Łukasz Florczak
committed
Fix swipe and autoplay (resolve #43)
1 parent d2f0242 commit 1171582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Agile.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,9 @@
326326
this.enableInfiniteMode()
327327
}
328328
329-
this.autoplayStatus = true
329+
this.stopAutoplay()
330330
this.startAutoplay()
331+
this.autoplayStatus = true
331332
},
332333
333334
disableAutoplayMode () {

0 commit comments

Comments
 (0)