summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2018-04-15 20:57:30 +0900
committerGitHub <noreply@github.com>2018-04-15 20:57:30 +0900
commit83327fc477eab857e89079a247985a1a9cf5acfc (patch)
treeb54735e8a3db461ae11dc1d999cd367322308119 /src/client
parentUpdate timeline.vue (diff)
downloadmisskey-83327fc477eab857e89079a247985a1a9cf5acfc.tar.gz
misskey-83327fc477eab857e89079a247985a1a9cf5acfc.tar.bz2
misskey-83327fc477eab857e89079a247985a1a9cf5acfc.zip
Update timeline.vue
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/timeline.vue b/src/client/app/desktop/views/components/timeline.vue
index 266abd64a8..829e73106b 100644
--- a/src/client/app/desktop/views/components/timeline.vue
+++ b/src/client/app/desktop/views/components/timeline.vue
@@ -102,7 +102,7 @@ export default Vue.extend({
sound.play();
}
- if(isTop) this.notes.pop();
+ if (this.isTop) this.notes.pop();
this.notes.unshift(note);
},
onChangeFollowing() {