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) {
|
onNote(note) {
|
||||||
if (this.isTop) this.notes.pop();
|
this.isTop = window.scrollY < 100;
|
||||||
this.notes.unshift(note);
|
|
||||||
},
|
},
|
||||||
onChangeFollowing() {
|
onChangeFollowing() {
|
||||||
this.fetch();
|
this.fetch();
|
||||||
|
|
Loading…
Reference in a new issue