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;