mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: scroll to bottom button
This commit is contained in:
parent
14be6fc933
commit
5ad9488efa
@ -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 New Issue
Block a user