mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
commit
027dd848eb
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
params = chatContent?.params ?? {};
|
params = chatContent?.params ?? {};
|
||||||
chatFiles = chatContent?.files ?? {};
|
chatFiles = chatContent?.files ?? [];
|
||||||
|
|
||||||
autoScroll = true;
|
autoScroll = true;
|
||||||
await tick();
|
await tick();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue