Skip to content
Snippets Groups Projects
Commit 16c1e87d authored by rhenck's avatar rhenck
Browse files

[editor] Add indicator for missing element selection to props panel

parent da1aaed3
No related branches found
No related tags found
No related merge requests found
...@@ -329,6 +329,9 @@ import { SelectionService } from '../../../../selection.service'; ...@@ -329,6 +329,9 @@ import { SelectionService } from '../../../../selection.service';
</mat-tab> </mat-tab>
</mat-tab-group> </mat-tab-group>
</ng-container> </ng-container>
<ng-container *ngIf="selectedElements.length === 0">
Kein Element ausgewählt
</ng-container>
`, `,
styles: [ styles: [
'::ng-deep app-element-properties .margin-properties .mat-form-field-infix {width: 55px; margin: 0 5px}', '::ng-deep app-element-properties .margin-properties .mat-form-field-infix {width: 55px; margin: 0 5px}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment