kopia lustrzana https://github.com/shoelace-style/shoelace
Merge branch 'tabbable-fix' of github.com:PavelDymkov/shoelace into PavelDymkov-tabbable-fix
commit
e76dbef5f5
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue