@pepperi-addons/ngx-composite-lib-react 0.5.25 → 0.5.27
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/elements/main.js +1 -1
- package/package.json +1 -1
- package/pep-layout-builder2.js +1 -0
package/package.json
CHANGED
package/pep-layout-builder2.js
CHANGED
|
@@ -426,6 +426,7 @@ export class PepLayoutBuilder2 extends React.Component {
|
|
|
426
426
|
return existing;
|
|
427
427
|
}
|
|
428
428
|
const container = document.createElement('div');
|
|
429
|
+
container.style.display = 'contents';
|
|
429
430
|
host.replaceChildren(container);
|
|
430
431
|
const root = this.getLegacyRoot(container);
|
|
431
432
|
const entry = { container, root };
|