fix: scroll to bottom button

This commit is contained in:
Timothy J. Baek 2023-11-11 15:53:32 -08:00
parent 14be6fc933
commit 5ad9488efa

View File

@ -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 = '';