diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index 408f7272..54dd3f68 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -3408,101 +3408,105 @@ const ChatInputComponent: React.FC = ({ onOpenSettings, scrollTo {/* Linked Issue row */} {linkedIssue && !isVSCode && (
- e.stopPropagation()} className="flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors" aria-label={t('chat.chatInput.linked.issue.openInBrowserAria')} > - { - e.stopPropagation(); + - +
)} {linkedPr && !isVSCode && (
- e.stopPropagation()} className="flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors" aria-label={t('chat.chatInput.linked.pr.openInBrowserAria')} > - { - e.stopPropagation(); + - +
)}