Merge branch 'tabbable-fix' of github.com:PavelDymkov/shoelace into PavelDymkov-tabbable-fix

pull/809/head
Cory LaViska 2022-06-24 09:01:39 -04:00
commit e76dbef5f5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -67,7 +67,7 @@ export function getTabbableBoundary(root: HTMLElement | ShadowRoot) {
}
}
[...el.querySelectorAll('*')].forEach((e: HTMLElement) => walk(e));
[...el.children].forEach((e: HTMLElement) => walk(e));
}
// Collect all elements including the root