diff --git a/ui/desktop/src/components/RichChatInput.tsx b/ui/desktop/src/components/RichChatInput.tsx index 1ea8b4107d..50d19b95c1 100644 --- a/ui/desktop/src/components/RichChatInput.tsx +++ b/ui/desktop/src/components/RichChatInput.tsx @@ -301,14 +301,16 @@ export const RichChatInput = forwardRef(({ // Show placeholder when there's no text content (but account for whitespace-only content with newlines) if (!value || (value.trim() === '' && !value.includes('\n'))) { return ( -
+
{isFocused && cursorPosition === 0 && ( )}