Put focus in the message composition field on reply

pull/1/head
Scott Nonnenberg 7 years ago
parent 3abaeb807d
commit d0bcf506b4
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

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

Loading…
Cancel
Save