Update timeline.vue

This commit is contained in:
tamaina 2018-04-15 20:57:30 +09:00 committed by GitHub
parent 78479d3f17
commit 4358d61d64

View File

@ -102,7 +102,7 @@ export default Vue.extend({
sound.play();
}
if(isTop) this.notes.pop();
if (this.isTop) this.notes.pop();
this.notes.unshift(note);
},
onChangeFollowing() {