Skip to content

Commit 0592eca

Browse files
committed
fix(Application Management): Simple applications, advanced applications, embedded assistants, and full-screen mode answers do not scroll
1 parent f79bdcf commit 0592eca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/views/chat/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ const scrollBottom = () => {
522522
}
523523
524524
const handleScroll = (val: any) => {
525-
if (!isCompletePage.value) return
526525
scrollTopVal = val.scrollTop
527526
scrolling = true
528527
clearTimeout(scrollingTime)

0 commit comments

Comments
 (0)