diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-04-15 19:10:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 19:10:12 +0900 |
| commit | dc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa (patch) | |
| tree | 191d0c3dcf50997f169914222bff687ffca143f8 /src/client/app/mobile | |
| parent | Merge pull request #6 from syuilo/master (diff) | |
| download | misskey-dc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa.tar.gz misskey-dc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa.tar.bz2 misskey-dc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa.zip | |
Update timeline.vue
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/components/timeline.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/timeline.vue b/src/client/app/mobile/views/components/timeline.vue index 12cc7fcf19..132b5216e3 100644 --- a/src/client/app/mobile/views/components/timeline.vue +++ b/src/client/app/mobile/views/components/timeline.vue @@ -95,6 +95,7 @@ export default Vue.extend({ }); }, onNote(note) { + this.notes.pop(); this.notes.unshift(note); }, onChangeFollowing() { |