gerson
2024-07-01 d00634b12c1181153ac534e079978df4bf0c4353
lastElementChild
已修改1个文件
2 ■■■ 文件已修改
src/components/chat/Chat.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;