mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-22 14:49:31 +01:00
refac
This commit is contained in:
@@ -290,11 +290,12 @@
|
|||||||
|
|
||||||
content = '';
|
content = '';
|
||||||
files = [];
|
files = [];
|
||||||
|
|
||||||
|
if (chatInputElement) {
|
||||||
chatInputElement?.setText('');
|
chatInputElement?.setText('');
|
||||||
|
|
||||||
await tick();
|
await tick();
|
||||||
|
|
||||||
if (chatInputElement) {
|
|
||||||
chatInputElement.focus();
|
chatInputElement.focus();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user