lint(): run prettier on feature-6.1

This commit is contained in:
Liam DeBeasi
2022-04-04 19:38:08 +00:00
parent d737f7074d
commit 2ebb94ba01
46 changed files with 1682 additions and 1639 deletions

View File

@ -286,7 +286,7 @@ export class Range implements ComponentInterface {
this.ionKnobMoveStart.emit({ value: ensureValueInBounds(this.value) });
this.updateValue();
this.ionKnobMoveEnd.emit({ value: ensureValueInBounds(this.value) });
}
};
private getValue(): RangeValue {
const value = this.value || 0;
if (this.dualKnobs) {