Revert "Resolve #3813 (#3814)"

This reverts commit 96515c4544.
This commit is contained in:
syuilo 2019-01-15 18:28:11 +09:00
parent c617b60f70
commit f433182c4c
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 0 additions and 12 deletions

View file

@ -222,12 +222,6 @@ export default Vue.extend({
});
}
// keep cw when reply
if (this.reply && this.reply.cw != null) {
this.useCw = true;
this.cw = this.reply.cw;
}
this.$nextTick(() => {
// 稿
if (!this.instant && !this.mention) {

View file

@ -211,12 +211,6 @@ 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(() => {