From 9d6060a763a88bcee04bc957db88cbbeb1a5a60b Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 29 Sep 2025 16:11:13 +0800 Subject: [PATCH] fix(Application Management): Simple applications, advanced applications, embedded assistants, and full-screen mode answers do not scroll --- frontend/src/views/chat/index.vue | 1 - 1 file changed, 1 deletion(-) 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)