Skip to content

Commit 83a97ef

Browse files
MathiasVDACopilot
andauthored
Update packages/yasqe/src/index.ts
Co-authored-by: Copilot <[email protected]>
1 parent ab09770 commit 83a97ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/yasqe/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ export class Yasqe extends CodeMirror {
689689
addClass(chevron, "fas");
690690
addClass(chevron, "fa-chevron-down");
691691
addClass(chevron, "chevronIcon");
692+
chevron.setAttribute("aria-hidden", "true");
692693
dropdownBtn.appendChild(chevron);
693694
dropdownBtn.setAttribute("aria-label", `${groupName} snippets`);
694695
dropdownBtn.setAttribute("aria-expanded", "false");

0 commit comments

Comments
 (0)