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 123279a commit 347f5e9Copy full SHA for 347f5e9
src/utils/a11y.ts
@@ -1,5 +1,3 @@
1
-import { getFocusElementList, tabbableSelectorIgnoreTabIndex } from "../common/tab.service";
2
-
3
function findSiblingElem(target, direction: "nextElementSibling" | "previousElementSibling") {
4
if (target[direction]) {
5
if (target[direction].classList.contains("disabled")) {
0 commit comments