mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
This reverts commit 96515c454423d9f7aba501f7c1d08d5327645f31.
This commit is contained in:
parent
66b9d26657
commit
f2f09bd5e6
2 changed files with 0 additions and 12 deletions
|
@ -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(() => {
|
this.$nextTick(() => {
|
||||||
// 書きかけの投稿を復元
|
// 書きかけの投稿を復元
|
||||||
if (!this.instant && !this.mention) {
|
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.focus();
|
||||||
|
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|
Loading…
Reference in a new issue