Merge pull request #3933 from open-webui/dev

fix
This commit is contained in:
Timothy Jaeryang Baek 2024-07-17 13:16:19 +02:00 committed by GitHub
commit 027dd848eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,7 +335,7 @@
}
params = chatContent?.params ?? {};
chatFiles = chatContent?.files ?? {};
chatFiles = chatContent?.files ?? [];
autoScroll = true;
await tick();