FocusComposer -> FocusSendMessageComposer
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
7734f8aeef
commit
68d194444a
10 changed files with 17 additions and 17 deletions
|
@ -497,7 +497,7 @@ export default class SendMessageComposer extends React.Component<IProps> {
|
|||
|
||||
switch (payload.action) {
|
||||
case 'reply_to_event':
|
||||
case Action.FocusComposer:
|
||||
case Action.FocusSendMessageComposer:
|
||||
this.editorRef.current?.focus();
|
||||
break;
|
||||
case "send_composer_insert":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue