This commit is contained in:
MeiMei 2019-01-02 03:35:42 +09:00 committed by syuilo
parent 9add59aca9
commit 96515c4544
2 changed files with 12 additions and 0 deletions

View file

@ -221,6 +221,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.$nextTick(() => {
// 稿
if (!this.instant && !this.mention) {

View file

@ -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(() => {