diff --git a/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.tsx b/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.tsx index fa6e68bfc..9c6f96516 100644 --- a/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.tsx +++ b/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.tsx @@ -42,11 +42,11 @@ import { ResolvedAssetImage } from '@/src/components/ResolvedAssetImage.tsx'; import { uploadEditorMediaAssetFile } from '@/src/services/image-editor/editorMediaAssetUploadClient.ts'; import { createEditorProjectResource } from '@/src/services/image-editor/editorProjectClient.ts'; +import { useImageCanvasContextStore } from '../useImageCanvasContextStore.ts'; import { type EditorAgentConversationClient, useEditorAgentConversation, } from './useEditorAgentConversation'; -import { useImageCanvasContextStore } from '../useImageCanvasContextStore.ts'; type AttachmentPickerTab = 'canvas' | 'library'; diff --git a/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx b/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx index 76a3505b4..5d2bb3f5d 100644 --- a/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx +++ b/src/components/image-editor/EditorAgentConversation/MessageBubble.tsx @@ -133,25 +133,35 @@ function GenerationRecordsView({ {generation.videos.length ? (