Put focus in the message composition field on reply

This commit is contained in:
Scott Nonnenberg 2018-04-20 12:04:48 -07:00
parent 3abaeb807d
commit d0bcf506b4
No known key found for this signature in database
GPG Key ID: 5F82280C35134661
1 changed files with 2 additions and 0 deletions

View File

@ -1078,6 +1078,8 @@
const quote = await this.model.makeQuote(this.quotedMessage);
console.log({ quote });
this.quote = quote;
this.focusMessageFieldAndClearDisabled();
}
this.renderQuotedMessage();