aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/dom')
-rw-r--r--webAO/dom/pickEmotion.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/dom/pickEmotion.ts b/webAO/dom/pickEmotion.ts
index b72583f..619d0ab 100644
--- a/webAO/dom/pickEmotion.ts
+++ b/webAO/dom/pickEmotion.ts
@@ -20,5 +20,7 @@ export function pickEmotion(emo: number) {
(<HTMLInputElement>document.getElementById("sendpreanim")).checked =
client.emote.zoom == 1;
+
+ (<HTMLInputElement>document.getElementById("client_inputbox")).focus();
}
window.pickEmotion = pickEmotion; \ No newline at end of file