We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9068ea commit 8f2079eCopy full SHA for 8f2079e
1 file changed
webview-ui/src/components/chat/ChatRow.tsx
@@ -1423,6 +1423,7 @@ export const ChatRowContent = ({
1423
<button
1424
type="button"
1425
onClick={handleToggleExpand}
1426
+ aria-expanded={isExpanded}
1427
className="flex items-center gap-2 py-0.5 cursor-pointer text-vscode-descriptionForeground hover:text-vscode-foreground bg-transparent border-none text-inherit w-full text-left"
1428
data-testid="compact-tool-row"
1429
title={t("chat:compactTool.expandHint")}>
0 commit comments