mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix: prompt template
This commit is contained in:
parent
956cb7beaa
commit
d5cb65527e
1 changed files with 3 additions and 0 deletions
|
|
@ -385,6 +385,9 @@
|
|||
}
|
||||
|
||||
await tick();
|
||||
text = await inputVariableHandler(text);
|
||||
await tick();
|
||||
|
||||
const chatInputContainer = document.getElementById('chat-input-container');
|
||||
if (chatInputContainer) {
|
||||
chatInputContainer.scrollTop = chatInputContainer.scrollHeight;
|
||||
|
|
|
|||
Loading…
Reference in a new issue