Focus input after choosing to reply to message

This commit is contained in:
Sidney Keese 2020-10-22 14:41:05 -07:00 committed by Evan Hahn
parent 5629634aff
commit e8f6480c57

View file

@ -2924,6 +2924,7 @@ Whisper.ConversationView = Whisper.View.extend({
this.quote = await this.model.makeQuote(this.quotedMessage);
this.enableMessageField();
this.focusMessageField();
}
}