|
@@ -27,7 +27,7 @@ export function start() {
|
|
|
})
|
|
|
|
|
|
let outNestedComponents = el => ! closestRoot(el.parentElement, true)
|
|
|
- Array.from(document.querySelectorAll(allSelectors()))
|
|
|
+ Array.from(document.querySelectorAll(allSelectors().join(',')))
|
|
|
.filter(outNestedComponents)
|
|
|
.forEach(el => {
|
|
|
initTree(el)
|