diff --git a/webAO/dom/pickEmotion.ts b/webAO/dom/pickEmotion.ts index b72583f4..619d0abf 100644 --- a/webAO/dom/pickEmotion.ts +++ b/webAO/dom/pickEmotion.ts @@ -20,5 +20,7 @@ export function pickEmotion(emo: number) { (document.getElementById("sendpreanim")).checked = client.emote.zoom == 1; + + (document.getElementById("client_inputbox")).focus(); } window.pickEmotion = pickEmotion; \ No newline at end of file