mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-02 00:38:31 +09:00
Update timeline.vue
This commit is contained in:
parent
8bfa215208
commit
9a152162e5
@ -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 New Issue
Block a user