Unverified Commit 027dd848 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3933 from open-webui/dev

fix
parents 6e843ab5 98928fc5
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
} }
params = chatContent?.params ?? {}; params = chatContent?.params ?? {};
chatFiles = chatContent?.files ?? {}; chatFiles = chatContent?.files ?? [];
autoScroll = true; autoScroll = true;
await tick(); await tick();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment