diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-28 01:13:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-28 01:13:42 +0900 |
| commit | 0d43e095cb680fd08dc62cf2f85e4cea1d9c8dab (patch) | |
| tree | 1e2b3a93ca674e5ac414e5c8282c82b22eade936 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-0d43e095cb680fd08dc62cf2f85e4cea1d9c8dab.tar.gz sharkey-0d43e095cb680fd08dc62cf2f85e4cea1d9c8dab.tar.bz2 sharkey-0d43e095cb680fd08dc62cf2f85e4cea1d9c8dab.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/api/post.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |