fix: dictate autosend

This commit is contained in:
Timothy Jaeryang Baek 2025-10-21 16:40:22 -04:00
parent b68a5f330d
commit 0a78ceef6d

View file

@ -1033,8 +1033,7 @@
recording = false;
await tick();
insertTextAtCursor(text);
await insertTextAtCursor(text);
await tick();
document.getElementById('chat-input')?.focus();