Put focus in the message composition field on reply
This commit is contained in:
parent
3abaeb807d
commit
d0bcf506b4
1 changed files with 2 additions and 0 deletions
|
@ -1078,6 +1078,8 @@
|
||||||
const quote = await this.model.makeQuote(this.quotedMessage);
|
const quote = await this.model.makeQuote(this.quotedMessage);
|
||||||
console.log({ quote });
|
console.log({ quote });
|
||||||
this.quote = quote;
|
this.quote = quote;
|
||||||
|
|
||||||
|
this.focusMessageFieldAndClearDisabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.renderQuotedMessage();
|
this.renderQuotedMessage();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue