Explorar el Código

feat: 实现ai 聊天从底部向上滚动一部分距离时,取消自动滚动到底部

zhouyuhao hace 6 meses
padre
commit
cccc06d651
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/AIRobotChat/src/AIRobotChat.vue

+ 1 - 0
src/views/AIRobotChat/src/AIRobotChat.vue

@@ -246,6 +246,7 @@ function handleScroll() {
   isShowHeaderShadow.value = !!messagesRef.value?.scrollTop
 }
 function scrollToBottom() {
+  if (!autoScroll.value || !messagesRef.value) return
   nextTick(() => {
     if (messagesRef.value) {
       messagesRef.value.scrollTop = messagesRef.value.scrollHeight