diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-04-15 20:57:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 20:57:30 +0900 |
| commit | 83327fc477eab857e89079a247985a1a9cf5acfc (patch) | |
| tree | b54735e8a3db461ae11dc1d999cd367322308119 /src/client | |
| parent | Update timeline.vue (diff) | |
| download | misskey-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.vue | 2 |
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() { |