mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
c107a0cbf4
commit
45085d04eb
1 changed files with 4 additions and 3 deletions
|
|
@ -290,11 +290,12 @@
|
||||||
|
|
||||||
content = '';
|
content = '';
|
||||||
files = [];
|
files = [];
|
||||||
|
|
||||||
|
if (chatInputElement) {
|
||||||
chatInputElement?.setText('');
|
chatInputElement?.setText('');
|
||||||
|
|
||||||
await tick();
|
await tick();
|
||||||
|
|
||||||
if (chatInputElement) {
|
|
||||||
chatInputElement.focus();
|
chatInputElement.focus();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue