This commit is contained in:
mo.duan 2019-10-09 17:11:26 +08:00
parent ab7cf4f88e
commit dd2d0315ab
2 changed files with 6 additions and 2 deletions

View file

@ -272,8 +272,10 @@
},
dotsEvent (event, n) {
let curIndex = this.showCopyTrack ? this.copyTrackIndex : this.trackIndex;
const oldCurrentIndex = this.currentIndex;
if (event === this.trigger && curIndex !== n) {
this.updateTrackIndex(n);
this.$emit('on-change', oldCurrentIndex, this.currentIndex);
this.$emit('input', n);
// Reset autoplay timer when trigger be activated
this.setAutoplay();