summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-21 04:26:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-21 04:26:14 +0900
commita434cfbe0d1dc0762597b15d78fc034ede1039fb (patch)
treee2077d5c07436f65b15340c2b780735ea498b6cf /src/client/app/desktop/script.ts
parentReduce initial bundle size (diff)
downloadsharkey-a434cfbe0d1dc0762597b15d78fc034ede1039fb.tar.gz
sharkey-a434cfbe0d1dc0762597b15d78fc034ede1039fb.tar.bz2
sharkey-a434cfbe0d1dc0762597b15d78fc034ede1039fb.zip
Fix
Diffstat (limited to 'src/client/app/desktop/script.ts')
-rw-r--r--src/client/app/desktop/script.ts2
1 files changed, 1 insertions, 1 deletions
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