From 17b94743cdfd687c634409c6dd5ea7430c457489 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 27 Mar 2025 22:21:23 +0330 Subject: [PATCH] Updated --- frontend/components/product/ChatBox/ChatMessage.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/components/product/ChatBox/ChatMessage.vue b/frontend/components/product/ChatBox/ChatMessage.vue index 8728ebb..0c351f4 100644 --- a/frontend/components/product/ChatBox/ChatMessage.vue +++ b/frontend/components/product/ChatBox/ChatMessage.vue @@ -54,13 +54,12 @@ onMounted(() => { `#chat-message-content-${id.value}`, { text: "", - duration: 2.5, ease: "none", }, { text: { value: content.value, rtl: false }, - duration: 2.5, ease: "none", + duration: 2.5, onUpdate: () => emit("textUpdate"), } ); @@ -78,9 +77,9 @@ onMounted(() => {
- profile