Skip to content
Snippets Groups Projects
Commit 0751bc96 authored by rhenck's avatar rhenck
Browse files

[editor] Fix element props correctly showing y-Position

parent 212c084a
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ import { MessageService } from '../../../../../../../common/message.service';
<mat-form-field *ngIf="combinedProperties.hasOwnProperty('yPosition')" appearance="fill">
<mat-label>Y Position</mat-label>
<input matInput type="number" #yPosition="ngModel" min="0"
[ngModel]="combinedProperties.xPosition"
[ngModel]="combinedProperties.yPosition"
(ngModelChange)="updateModel('yPosition', $event, yPosition.valid)">
</mat-form-field>
</ng-container>
......
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