diff options
Diffstat (limited to 'src/client')
| -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() { |