Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit bcdaa8c

Browse files
committed
chore: remove focusables
1 parent 0369172 commit bcdaa8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utils/src/focus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export function focusIn(container: HTMLElement | HTMLElement[], focus: Focus) {
5454
const focusables = getAllFocusable(container).filter(
5555
(el) => el !== container
5656
)
57-
console.log({ focusables })
5857
return focusables
5958
})()
6059
let active = document.activeElement as HTMLElement

0 commit comments

Comments
 (0)