mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
c5d974606f
commit
6b620d93a9
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
|||
}
|
||||
});
|
||||
|
||||
$: if (value) {
|
||||
setTimeout(adjustHeight, 0);
|
||||
}
|
||||
|
||||
const adjustHeight = () => {
|
||||
if (textareaElement) {
|
||||
textareaElement.style.height = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue