|
|
@ -255,9 +255,7 @@ onMounted(() => { |
|
|
backTopY.value = initY; |
|
|
backTopY.value = initY; |
|
|
|
|
|
|
|
|
initUUID(); |
|
|
initUUID(); |
|
|
if (messages.value.length === 0) { |
|
|
|
|
|
nextTick(startTabsMarquee); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (messages.value.length > 0) { |
|
|
if (messages.value.length > 0) { |
|
|
nextTick(() => { measureChatContainer(); scrollToBottom(); }); |
|
|
nextTick(() => { measureChatContainer(); scrollToBottom(); }); |
|
|
} |
|
|
} |
|
|
|