forked from open-webui/open-webui
fix: scroll to bottom button
This commit is contained in:
parent
14be6fc933
commit
5ad9488efa
1 changed files with 1 additions and 0 deletions
|
@ -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 = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue