mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:21:17 +01:00
Believed fix for race condition in setting dirtyValue
This commit is contained in:
parent
d886b14d09
commit
c88f9ab5dc
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ class NumberInput extends React.Component {
|
||||||
if (!state.editing) {
|
if (!state.editing) {
|
||||||
return {
|
return {
|
||||||
value: props.value,
|
value: props.value,
|
||||||
dirtyValue: props.value,
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in a new issue