mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +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 = '';
|
||||
files = [];
|
||||
chatInputElement?.setText('');
|
||||
|
||||
await tick();
|
||||
|
||||
if (chatInputElement) {
|
||||
chatInputElement?.setText('');
|
||||
|
||||
await tick();
|
||||
|
||||
chatInputElement.focus();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue