mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
lint(): run prettier on feature-6.1
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user