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