From 0a78ceef6dcc135fcfbad94c586a2f9bce4345fe Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 21 Oct 2025 16:40:22 -0400 Subject: [PATCH] fix: dictate autosend --- src/lib/components/chat/MessageInput.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index 443fd657b8..562603cd47 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -1033,8 +1033,7 @@ recording = false; await tick(); - insertTextAtCursor(text); - + await insertTextAtCursor(text); await tick(); document.getElementById('chat-input')?.focus();