From a434cfbe0d1dc0762597b15d78fc034ede1039fb Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 21 May 2019 04:26:14 +0900 Subject: Fix --- src/client/app/desktop/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/desktop/script.ts') diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index 10b929ff3f..845f8ee5c0 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -60,7 +60,7 @@ init(async (launch, os) => { }); if (o.cb) vm.$once('closed', o.cb); } else { - this.$root.new(() => import('./views/components/post-form-window.vue').then(m => m.default), { + this.$root.newAsync(() => import('./views/components/post-form-window.vue').then(m => m.default), { reply: o.reply, mention: o.mention, animation: o.animation == null ? true : o.animation -- cgit v1.2.3-freya