mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -20,6 +20,10 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$: if (value) {
|
||||||
|
setTimeout(adjustHeight, 0);
|
||||||
|
}
|
||||||
|
|
||||||
const adjustHeight = () => {
|
const adjustHeight = () => {
|
||||||
if (textareaElement) {
|
if (textareaElement) {
|
||||||
textareaElement.style.height = '';
|
textareaElement.style.height = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user