Skip to content
Snippets Groups Projects
Unverified Commit f433182c authored by syuilo's avatar syuilo
Browse files

Revert "Resolve #3813 (#3814)"

This reverts commit 96515c45.
parent c617b60f
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
......@@ -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(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment