From 0d43e095cb680fd08dc62cf2f85e4cea1d9c8dab Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 28 Feb 2018 01:13:42 +0900 Subject: [PATCH] Fix bug --- src/web/app/mobile/api/post.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/app/mobile/api/post.ts b/src/web/app/mobile/api/post.ts index 09bb9dc06b..9b78ce10c2 100644 --- a/src/web/app/mobile/api/post.ts +++ b/src/web/app/mobile/api/post.ts @@ -30,6 +30,7 @@ export default (os) => (opts) => { } const vm = new PostForm({ + parent: os.app, propsData: { reply: o.reply }