diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index 52c9f7aa6..d5af9613e 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -459,6 +459,7 @@ const innerRef = ref() const chatCreatorRef = ref() const scrollToBottom = debounce(() => { + if (scrolling) return nextTick(() => { chatListRef.value?.scrollTo({ top: chatListRef.value.wrapRef.scrollHeight,