mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 09:43:10 +00:00
feat:
This commit is contained in:
parent
1de6fca2df
commit
16b4d29802
|
|
@ -292,7 +292,7 @@ function chatMessage() {
|
|||
ChatManagement.append(id, content)
|
||||
scrollInterval = setInterval(() => {
|
||||
handleScrollBottom()
|
||||
}, 300)
|
||||
}, 5000)
|
||||
}
|
||||
if (chunk.is_end) {
|
||||
clearInterval(scrollInterval)
|
||||
|
|
|
|||
Loading…
Reference in New Issue