mirror of
https://github.com/maputnik/editor.git
synced 2025-12-10 00:00:02 +00:00
Changed default of step 0.01 -> 1
This commit is contained in:
@@ -17,7 +17,6 @@ class MaxZoomBlock extends React.Component {
|
||||
>
|
||||
<NumberInput
|
||||
allowRange={true}
|
||||
rangeStep={1}
|
||||
value={this.props.value}
|
||||
onChange={this.props.onChange}
|
||||
min={latest.layer.maxzoom.minimum}
|
||||
|
||||
Reference in New Issue
Block a user