We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc43f88 commit f574e32Copy full SHA for f574e32
src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts
@@ -207,7 +207,6 @@ export class UmbBlockGridEntriesElement extends UmbLitElement {
207
(x) => x.contentUdi,
208
(layoutEntry, index) =>
209
html`<umb-block-grid-entry
210
- ?at-root=${this._areaKey === null}
211
class="umb-block-grid__layout-item"
212
index=${index}
213
.contentUdi=${layoutEntry.contentUdi}
0 commit comments