diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index e1620f1a2..1807a9b6b 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -522,7 +522,6 @@ const scrollBottom = () => { } const handleScroll = (val: any) => { - if (!isCompletePage.value) return scrollTopVal = val.scrollTop scrolling = true clearTimeout(scrollingTime)