mirror of
https://github.com/maputnik/editor.git
synced 2026-06-23 07:37:26 +00:00
Fixed typo
This commit is contained in:
@@ -69,7 +69,7 @@ class NumberInput extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onChangeRange = (e) => {
|
onChangeRange = (e) => {
|
||||||
const val = parseFloat(rawValue, 10);
|
const val = parseFloat(e.target.value, 10);
|
||||||
const step = this.props.rangeStep;
|
const step = this.props.rangeStep;
|
||||||
let out = val;
|
let out = val;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user