mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 16:57:26 +00:00
Ahh so that's what was causing outlines
This commit is contained in:
@@ -25,7 +25,7 @@ export default class Range extends Component<Props, State> {
|
|||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
value, min, max,
|
value, min, max, step,
|
||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -46,6 +46,7 @@ export default class Range extends Component<Props, State> {
|
|||||||
value={value}
|
value={value}
|
||||||
min={min}
|
min={min}
|
||||||
max={max}
|
max={max}
|
||||||
|
step={step}
|
||||||
onInput={this.onTextInput}
|
onInput={this.onTextInput}
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user