mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update timeline.vue
This commit is contained in:
parent
78479d3f17
commit
4358d61d64
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue