remove at-loot attribute

This commit is contained in:
Niels Lyngsø
2024-05-22 21:36:13 +02:00
parent 92a520c1e5
commit 5ff83de37d

View File

@@ -207,7 +207,6 @@ export class UmbBlockGridEntriesElement extends UmbLitElement {
(x) => x.contentUdi,
(layoutEntry, index) =>
html`<umb-block-grid-entry
?at-root=${this._areaKey === null}
class="umb-block-grid__layout-item"
index=${index}
.contentUdi=${layoutEntry.contentUdi}