liyongli 2 years ago
parent
commit
4a7a00bd35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/chatGptChatNew/index.vue

+ 1 - 1
src/view/chatGptChatNew/index.vue

@@ -134,7 +134,7 @@ function saveText() {
     });
 }
 function focus() {
-  chatEle.value.scrollTop = chatEle.value.scrollHeight;
+//   chatEle.value.scrollTop = chatEle.value.scrollHeight;
   document.getElementById('van-field-6-input') &&
     document.getElementById('van-field-6-input').scrollIntoView();
 }