fix: remove hardcoded IDs from ChatMessageContainer for improved flexibility

This commit is contained in:
2025-09-04 16:43:51 +02:00
parent f87dc3efc2
commit 4217eb6c1c

View File

@@ -29,7 +29,6 @@ watch(
<ChatMain /> <ChatMain />
<div ref="parents" class="space-y-4 md:my-32 mb-16"> <div ref="parents" class="space-y-4 md:my-32 mb-16">
<ChatMessageContainer <ChatMessageContainer
:id="99999999998"
v-motion v-motion
:initial="{ :initial="{
opacity: 0, opacity: 0,
@@ -55,7 +54,6 @@ watch(
}" }"
/> />
<ChatMessageContainer <ChatMessageContainer
:id="99999999999"
v-motion v-motion
:initial="{ :initial="{
opacity: 0, opacity: 0,