forked from FoundKeyGang/FoundKey
Update timeline.vue
This commit is contained in:
parent
8bfa215208
commit
9a152162e5
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