diff --git a/src/renderer/src/components/ChatView.tsx b/src/renderer/src/components/ChatView.tsx index 2e3122c2e3..2ed5a97766 100644 --- a/src/renderer/src/components/ChatView.tsx +++ b/src/renderer/src/components/ChatView.tsx @@ -669,7 +669,7 @@ function MessageBubble({ return (
-
+
{/* Render images first */} {imageBlocks.length > 0 && (
@@ -895,7 +895,7 @@ function TextContentBlock({ content }: { content: string }): React.JSX.Element | if (!content) return null return ( -
+
{content}