@social-mail/social-mail-client 1.8.436 → 1.8.437
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/site-editor-app/SiteEditorApp.pack.js +3 -0
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.d.ts.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js +3 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor-app/pages/websites/studio/layers/StudioLayers.tsx +4 -0
|
@@ -60192,6 +60192,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/di
|
|
|
60192
60192
|
root.innerHTML = "";
|
|
60193
60193
|
e[treeElement] = root;
|
|
60194
60194
|
this.updateProperties(root, e);
|
|
60195
|
+
if (e.tagName === "INJECT") {
|
|
60196
|
+
return;
|
|
60197
|
+
}
|
|
60195
60198
|
for (const child of ChildEnumerator.enumerate(e)) {
|
|
60196
60199
|
const node = document.createElement("tree-element");
|
|
60197
60200
|
this.syncItems(node, child);
|