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