mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +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;
|
||||
|
||||
const {
|
||||
value, min, max,
|
||||
value, min, max, step,
|
||||
} = props;
|
||||
|
||||
return (
|
||||
@@ -46,6 +46,7 @@ export default class Range extends Component<Props, State> {
|
||||
value={value}
|
||||
min={min}
|
||||
max={max}
|
||||
step={step}
|
||||
onInput={this.onTextInput}
|
||||
/>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user