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

View file

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