From 8f1e5c00852869e265c1d3afe2a8715bcddb1f12 Mon Sep 17 00:00:00 2001 From: Isaac Sanchez-Hawkins <266845420+isanchez404@users.noreply.github.com> Date: Fri, 8 May 2026 09:05:22 -0400 Subject: [PATCH] fix(chat): make linked reference removal focusable (#1156) Co-authored-by: Isaac Sanchez --- packages/ui/src/components/chat/ChatInput.tsx | 118 +++++++++--------- 1 file changed, 61 insertions(+), 57 deletions(-) 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(); + - +
)}