Commit 6d2d2d55 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: trailing "assistant" message issue

parent f63178b5
...@@ -365,8 +365,6 @@ ...@@ -365,8 +365,6 @@
]; ];
} }
await tick();
window.scrollTo({ top: document.body.scrollHeight }); window.scrollTo({ top: document.body.scrollHeight });
const res = await fetch( const res = await fetch(
......
...@@ -379,8 +379,6 @@ ...@@ -379,8 +379,6 @@
]; ];
} }
await tick();
window.scrollTo({ top: document.body.scrollHeight }); window.scrollTo({ top: document.body.scrollHeight });
const res = await fetch( const res = await fetch(
......
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