|
|
@@ -145,6 +145,8 @@ this.singlefile.lib.helper = this.singlefile.lib.helper || (() => {
|
|
|
data.shadowRoots.push(shadowRootInfo);
|
|
|
getElementsInfo(win, doc, element.shadowRoot, options, data, elementHidden);
|
|
|
shadowRootInfo.content = element.shadowRoot.innerHTML;
|
|
|
+ shadowRootInfo.delegatesFocus = element.shadowRoot.delegatesFocus;
|
|
|
+ shadowRootInfo.mode = element.shadowRoot.mode;
|
|
|
}
|
|
|
getElementsInfo(win, doc, element, options, data, elementHidden);
|
|
|
});
|