mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
focus_composer -> focus_send_message_composer
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
68d194444a
commit
6401577fe4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export enum Action {
|
|||
/**
|
||||
* Focuses the user's cursor to the send message composer. No additional payload information required.
|
||||
*/
|
||||
FocusSendMessageComposer = "focus_composer",
|
||||
FocusSendMessageComposer = "focus_send_message_composer",
|
||||
|
||||
/**
|
||||
* Focuses the user's cursor to the edit message composer. No additional payload information required.
|
||||
|
|
Loading…
Reference in a new issue