diff options
Diffstat (limited to 'client-web/source/chat.ts')
-rw-r--r-- | client-web/source/chat.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client-web/source/chat.ts b/client-web/source/chat.ts index 2ee08fc..d6aeb00 100644 --- a/client-web/source/chat.ts +++ b/client-web/source/chat.ts @@ -52,10 +52,8 @@ export class Chat extends OverlayUi { } } } - focus() { - this.send_el.focus() - } + focus() { this.send_el.focus() } send(msg: ChatMessage) { this.room.local_user.chat(msg) this.add_message(this.room.local_user, msg) |