diff --git a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts index aadc6f403dda9aad4ca946a7f8ac9f504ea09d34..4f1b63200999934bb4192e35720fb88541d4f0e9 100644 --- a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts +++ b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.ts @@ -329,6 +329,9 @@ import { SelectionService } from '../../../../selection.service'; </mat-tab> </mat-tab-group> </ng-container> + <ng-container *ngIf="selectedElements.length === 0"> + Kein Element ausgewählt + </ng-container> `, styles: [ '::ng-deep app-element-properties .margin-properties .mat-form-field-infix {width: 55px; margin: 0 5px}',