summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2018-04-15 19:10:12 +0900
committerGitHub <noreply@github.com>2018-04-15 19:10:12 +0900
commitdc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa (patch)
tree191d0c3dcf50997f169914222bff687ffca143f8 /src/client/app
parentMerge pull request #6 from syuilo/master (diff)
downloadmisskey-dc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa.tar.gz
misskey-dc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa.tar.bz2
misskey-dc8c05373c7ffc413196c6b9fd8f29dbae0cbfaa.zip
Update timeline.vue
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/mobile/views/components/timeline.vue1
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() {