summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2018-04-15 23:50:00 +0900
committerGitHub <noreply@github.com>2018-04-15 23:50:00 +0900
commit9a152162e53bc8d047ed4b85859b7b1806492011 (patch)
tree50f1512769260b5ecbff3abe37f767c43a0a56dd /src/client
parentUpdate timeline.vue (diff)
downloadmisskey-9a152162e53bc8d047ed4b85859b7b1806492011.tar.gz
misskey-9a152162e53bc8d047ed4b85859b7b1806492011.tar.bz2
misskey-9a152162e53bc8d047ed4b85859b7b1806492011.zip
Update timeline.vue
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/mobile/views/components/timeline.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/components/timeline.vue b/src/client/app/mobile/views/components/timeline.vue
index 7bb71cb07a..17d5d18ff0 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();