Skip to content

Commit

Permalink
fix: Change BPM input increment
Browse files Browse the repository at this point in the history
  • Loading branch information
nb48 committed Dec 24, 2017
1 parent b602c4e commit f2effbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<mat-list-item *ngIf="isBPMChange">
<label class="body-1">BPM: </label>
<mat-form-field>
<input [ngModel]="value" (ngModelChange)="bpmChanged($event)" matInput type="number">
<input [ngModel]="value" (ngModelChange)="bpmChanged($event)" matInput type="number" step="0.1">
</mat-form-field>
</mat-list-item>
<mat-list-item *ngIf="isTimeSignatureChange">
Expand Down

0 comments on commit f2effbb

Please sign in to comment.