Update timeline.vue
This commit is contained in:
parent
c0a7e13f04
commit
98e28f4ddf
|
@ -101,6 +101,7 @@ export default Vue.extend({
|
|||
sound.play();
|
||||
}
|
||||
|
||||
this.notes.pop();
|
||||
this.notes.unshift(note);
|
||||
},
|
||||
onChangeFollowing() {
|
||||
|
|
Loading…
Reference in New Issue