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 @@
const createNewChat = async (init = false) => {
if (init || messages.length > 0) {
chatId = uuidv4();
autoScroll = true;
messages = [];
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