mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Update timeline.vue
This commit is contained in:
parent
c9b26183f3
commit
5d90abc011
1 changed files with 1 additions and 2 deletions
|
@ -98,8 +98,7 @@ export default Vue.extend({
|
|||
});
|
||||
},
|
||||
onNote(note) {
|
||||
if (this.isTop) this.notes.pop();
|
||||
this.notes.unshift(note);
|
||||
this.isTop = window.scrollY < 100;
|
||||
},
|
||||
onChangeFollowing() {
|
||||
this.fetch();
|
||||
|
|
Loading…
Reference in a new issue