Update timeline.vue

This commit is contained in:
tamaina 2018-04-15 20:57:30 +09:00 committed by GitHub
parent 7df6419208
commit 83327fc477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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