This commit is contained in:
Haris khan
2019-05-14 19:33:53 +08:00
parent 33aaefe505
commit 564ba090e9
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ export class ResizerDirective implements OnInit, OnDestroy {
constructor(private element: ElementRef, @Inject(DOCUMENT) private document: any) {
}
private startDrag() {
startDrag() {
this.dragInProgress = true;
}

View File

@@ -26,7 +26,7 @@
<select *ngSwitchCase="types.SELECT" class="df-property-control" [id]="model.id"
[formControlName]="model.id" [(ngModel)]="model.value">
<option *ngFor="let o of model.options" [ngValue]="o.value">{{o.name}}</option>
<!-- <option *ngFor="let o of model.options" [ngValue]="o.value">{{o.name}}</option> -->
</select>
<code-editor *ngSwitchCase="types.CODE" class="df-property-control" [id]="model.id"