mirror of
https://github.com/maputnik/editor.git
synced 2025-12-31 10:30:00 +00:00
Changed default of step 0.01 -> 1
This commit is contained in:
@@ -13,7 +13,7 @@ class NumberInput extends React.Component {
|
||||
}
|
||||
|
||||
static defaultProps = {
|
||||
rangeStep: 0.01
|
||||
rangeStep: 1
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user