Merge branch 'PavelDymkov-tabbable-fix' into next

pull/809/head
Cory LaViska 2022-06-24 09:03:55 -04:00
commit c05832db67
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 // Collect all elements including the root