Skip to content

Commit

Permalink
Fix: デッキで投稿取得時にタイムラインがリロードされない
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Nov 14, 2019
1 parent cab416f commit 1b26ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/views/deck/deck.user-column.home.vue
Expand Up @@ -114,7 +114,7 @@ export default Vue.extend({
userId: this.user.id,
sync: true
}).then(() => {
this.fetch();
(this.$refs.timeline as any).reload();
});
},
Expand Down

0 comments on commit 1b26ccd

Please sign in to comment.