From 9a152162e53bc8d047ed4b85859b7b1806492011 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 15 Apr 2018 23:50:00 +0900 Subject: [PATCH] Update timeline.vue --- src/client/app/mobile/views/components/timeline.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/app/mobile/views/components/timeline.vue b/src/client/app/mobile/views/components/timeline.vue index 7bb71cb07..17d5d18ff 100644 --- a/src/client/app/mobile/views/components/timeline.vue +++ b/src/client/app/mobile/views/components/timeline.vue @@ -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();