diff --git a/ui/desktop/src/components/ChatInput.tsx b/ui/desktop/src/components/ChatInput.tsx index 60d8982c8f9e..48e301858ebd 100644 --- a/ui/desktop/src/components/ChatInput.tsx +++ b/ui/desktop/src/components/ChatInput.tsx @@ -1325,7 +1325,7 @@ export default function ChatInput({ {/* Inline action buttons on the right */} -
+
{/* Microphone button - show only if dictation is enabled */} {dictationSettings?.enabled && ( <> @@ -1472,7 +1472,7 @@ export default function ChatInput({ {/* Combined files and images preview */} {(pastedImages.length > 0 || allDroppedFiles.length > 0) && ( -
+
{/* Render pasted images first */} {pastedImages.map((img) => (