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 cd87956 commit 89b6829Copy full SHA for 89b6829
webview-ui/src/components/common/CodeAccordian.tsx
@@ -71,7 +71,7 @@ const CodeAccordian = ({
71
onClick={isLoading ? undefined : onToggleExpand}>
72
{isLoading && (
73
<div className="flex items-center">
74
- <span className="codicon codicon-loading animate-spin mr-1" />
+ <span className="codicon codicon-loading animate-spin mr-1" aria-label="Loading" role="status" />
75
</div>
76
)}
77
{isFeedback || isConsoleLogs ? (
0 commit comments