forked from open-webui/open-webui
fix: trailing "assistant" message issue
This commit is contained in:
parent
f63178b592
commit
6d2d2d5519
2 changed files with 0 additions and 4 deletions
|
@ -365,8 +365,6 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
await tick();
|
|
||||||
|
|
||||||
window.scrollTo({ top: document.body.scrollHeight });
|
window.scrollTo({ top: document.body.scrollHeight });
|
||||||
|
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
|
|
|
@ -379,8 +379,6 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
await tick();
|
|
||||||
|
|
||||||
window.scrollTo({ top: document.body.scrollHeight });
|
window.scrollTo({ top: document.body.scrollHeight });
|
||||||
|
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
|
|
Loading…
Reference in a new issue