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
1 changed files with 1 additions and 0 deletions

View File

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