mirror of
https://github.com/open-webui/open-webui
synced 2025-04-02 12:09:06 +00:00
refac
This commit is contained in:
parent
c5d974606f
commit
6b620d93a9
@ -20,6 +20,10 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$: if (value) {
|
||||||
|
setTimeout(adjustHeight, 0);
|
||||||
|
}
|
||||||
|
|
||||||
const adjustHeight = () => {
|
const adjustHeight = () => {
|
||||||
if (textareaElement) {
|
if (textareaElement) {
|
||||||
textareaElement.style.height = '';
|
textareaElement.style.height = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user