summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2019-01-02 03:35:42 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-01-02 03:35:42 +0900
commit96515c454423d9f7aba501f7c1d08d5327645f31 (patch)
treea0522649443b397cbb13bd3cc586f0f9a24df409 /src/client/app/mobile/views
parent2019 :tada: (diff)
downloadmisskey-96515c454423d9f7aba501f7c1d08d5327645f31.tar.gz
misskey-96515c454423d9f7aba501f7c1d08d5327645f31.tar.bz2
misskey-96515c454423d9f7aba501f7c1d08d5327645f31.zip
Resolve #3813 (#3814)
Diffstat (limited to 'src/client/app/mobile/views')
-rw-r--r--src/client/app/mobile/views/components/post-form.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/post-form.vue b/src/client/app/mobile/views/components/post-form.vue
index 00d0eebd6a..f4bbc4fc0f 100644
--- a/src/client/app/mobile/views/components/post-form.vue
+++ b/src/client/app/mobile/views/components/post-form.vue
@@ -211,6 +211,12 @@ export default Vue.extend({
});
}
+ // keep cw when reply
+ if (this.reply && this.reply.cw != null) {
+ this.useCw = true;
+ this.cw = this.reply.cw;
+ }
+
this.focus();
this.$nextTick(() => {