Skip to content

Commit 347f5e9

Browse files
committed
Remove imports in a11y
1 parent 123279a commit 347f5e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/a11y.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { getFocusElementList, tabbableSelectorIgnoreTabIndex } from "../common/tab.service";
2-
31
function findSiblingElem(target, direction: "nextElementSibling" | "previousElementSibling") {
42
if (target[direction]) {
53
if (target[direction].classList.contains("disabled")) {

0 commit comments

Comments
 (0)