Commit 98928fc5 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent b3a0d47a
...@@ -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