From 174802f4c92a6e8f0fab191cd36400126ce9c2ea 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 09bb9dc06..9b78ce10c 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 }