yangyin
2024-07-02 4d513546eedc4738cf1b7b73425bffd4c60cc6b0
src/components/chat/Chat.vue
@@ -143,7 +143,7 @@
const scrollToBottom = () => {
   if (!chatListDom.value) return;
   chatListDom.value.lasElementChild?.scrollIntoView();
   chatListDom.value.lastElementChild?.scrollIntoView();
};
let currentSectionId = null;
let currentSampleId = null;