mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
807b208418
commit
fe4f760b4a
1 changed files with 4 additions and 0 deletions
|
|
@ -1322,6 +1322,10 @@
|
||||||
history.messages[messages.at(-1).id].childrenIds.push(userMessageId);
|
history.messages[messages.at(-1).id].childrenIds.push(userMessageId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (autoScroll) {
|
||||||
|
scrollToBottom();
|
||||||
|
}
|
||||||
|
|
||||||
// focus on chat input
|
// focus on chat input
|
||||||
const chatInput = document.getElementById('chat-input');
|
const chatInput = document.getElementById('chat-input');
|
||||||
chatInput?.focus();
|
chatInput?.focus();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue