Update timeline.vue

This commit is contained in:
tamaina 2018-04-15 19:30:51 +09:00 committed by GitHub
parent dc8c05373c
commit aea194fba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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