src/components/chat/Chat.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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;