move prop

This commit is contained in:
Niels Lyngsø
2025-02-04 13:46:45 +01:00
parent c73cc469b6
commit c8bdc99662

View File

@@ -102,10 +102,6 @@ export class UmbBlockGridEntryElement extends UmbLitElement implements UmbProper
@state()
_canScale?: boolean;
@state()
_invalidBlockType?: boolean;
@state()
_showInlineCreateBefore?: boolean;
@state()
@@ -113,6 +109,9 @@ export class UmbBlockGridEntryElement extends UmbLitElement implements UmbProper
@state()
_inlineCreateAboveWidth?: string;
@state()
_invalidBlockType?: boolean;
// 'content-invalid' attribute is used for styling purpose.
@property({ type: Boolean, attribute: 'content-invalid', reflect: true })
_contentInvalid?: boolean;