mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 06:03:09 +02:00
Update timeline.vue
This commit is contained in:
parent
7df6419208
commit
83327fc477
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue