mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
fix: dictate autosend
This commit is contained in:
parent
b68a5f330d
commit
0a78ceef6d
1 changed files with 1 additions and 2 deletions
|
|
@ -1033,8 +1033,7 @@
|
||||||
recording = false;
|
recording = false;
|
||||||
|
|
||||||
await tick();
|
await tick();
|
||||||
insertTextAtCursor(text);
|
await insertTextAtCursor(text);
|
||||||
|
|
||||||
await tick();
|
await tick();
|
||||||
document.getElementById('chat-input')?.focus();
|
document.getElementById('chat-input')?.focus();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue