mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
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);
|
||||
console.log({ quote });
|
||||
this.quote = quote;
|
||||
|
||||
this.focusMessageFieldAndClearDisabled();
|
||||
}
|
||||
|
||||
this.renderQuotedMessage();
|
||||
|
|
Loading…
Reference in a new issue