From 0e1d9c99e8a7c266225d7d9e132637771579b204 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 09 十月 2024 14:10:03 +0800 Subject: [PATCH] isTalking && index === computedMessageList.length - 1和 maxHeight --- src/components/chat/Chat.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 486c9d1..0b727ce 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -119,7 +119,7 @@ </div> </div> - <Loading v-if="isTalking && index === messageList.length - 1" class="w-fit my-auto" /> + <Loading v-if="isTalking && index === computedMessageList.length - 1" class="w-fit my-auto" /> </div> </div> </div> -- Gitblit v1.9.3