mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
refac
This commit is contained in:
@@ -1352,6 +1352,12 @@
|
||||
);
|
||||
|
||||
history.messages[message.id] = message;
|
||||
|
||||
await tick();
|
||||
if (autoScroll) {
|
||||
scrollToBottom();
|
||||
}
|
||||
|
||||
await chatCompletedHandler(
|
||||
chatId,
|
||||
message.model,
|
||||
@@ -1361,6 +1367,8 @@
|
||||
}
|
||||
|
||||
console.log(data);
|
||||
await tick();
|
||||
|
||||
if (autoScroll) {
|
||||
scrollToBottom();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user