From 7077557d8c2bac1eaa9e11090cdaae6a0ed4759b Mon Sep 17 00:00:00 2001 From: kvtodev Date: Fri, 10 Jul 2026 19:48:57 +0800 Subject: [PATCH] update video component to use poster attribute --- .../image-editor/EditorAgentConversation/MessageBubble.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx b/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx index ae52e6afd..e1c35701f 100644 --- a/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx +++ b/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx @@ -116,10 +116,10 @@ function ToolCallView({ toolCall }: { toolCall: EditorAgentToolCall }) {