"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "9b3bc656bd11d1b753177ee5c5557282d6a7d61d"
Commit 5ad9488e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: scroll to bottom button

parent 14be6fc9
...@@ -259,6 +259,7 @@ ...@@ -259,6 +259,7 @@
const createNewChat = async (init = false) => { const createNewChat = async (init = false) => {
if (init || messages.length > 0) { if (init || messages.length > 0) {
chatId = uuidv4(); chatId = uuidv4();
autoScroll = true;
messages = []; messages = [];
title = ''; title = '';
......
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