mirror of
https://github.com/open-webui/open-webui
synced 2025-03-20 20:08:52 +00:00
refac
This commit is contained in:
parent
587dab23f0
commit
c5d974606f
@ -15,6 +15,7 @@
|
||||
onMount(async () => {
|
||||
await tick();
|
||||
if (textareaElement) {
|
||||
await tick();
|
||||
setTimeout(adjustHeight, 0);
|
||||
}
|
||||
});
|
||||
@ -32,6 +33,7 @@
|
||||
bind:value
|
||||
{placeholder}
|
||||
on:input={adjustHeight}
|
||||
on:focus={adjustHeight}
|
||||
class={className}
|
||||
{rows}
|
||||
{required}
|
||||
|
Loading…
Reference in New Issue
Block a user