Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspellacy committed Sep 13, 2024
1 parent df3b381 commit 3a88463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a11y/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ function fixMindReaderInput() {
if (input.classList.contains("mindreader-results-open")) {
inputField.setAttribute("aria-expanded", "true");
} else {
inputField.setAttribute("aria-expanded", "false");
input.setAttribute("aria-expanded", "false");
input.removeAttribute("aria-activedescendant");
}
}
Expand Down

0 comments on commit 3a88463

Please sign in to comment.