* Revert "Revert "Resolve #3813 (#3814)""

This reverts commit f433182c4c.

* Keep CW is back

* New Wave

https://github.com/syuilo/misskey/pull/3949#pullrequestreview-194787210
This commit is contained in:
Acid Chicken (硫酸鶏)
2019-01-23 20:43:06 +09:00
committed by GitHub
parent 44a3df0acf
commit 4632eecb76
6 changed files with 33 additions and 1 deletions

View File

@@ -210,6 +210,12 @@ export default Vue.extend({
});
}
// keep cw when reply
if (this.$store.state.settings.keepCw && this.reply && this.reply.cw) {
this.useCw = true;
this.cw = this.reply.cw;
}
this.focus();
this.$nextTick(() => {