From 52b7bf7a052d2da6c71db7695dde73716cb0e4e5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 16 Sep 2022 21:20:52 +0200 Subject: optional streams (3, less bugs) --- client-web/source/chat.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client-web/source/chat.ts') 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) -- cgit v1.2.3-70-g09d2