mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04: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;
|
||||
|
||||
await tick();
|
||||
insertTextAtCursor(text);
|
||||
|
||||
await insertTextAtCursor(text);
|
||||
await tick();
|
||||
document.getElementById('chat-input')?.focus();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue