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