"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "77a4c4ce3e6e0d3e31d33b17c8d3ffb250986283"
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