mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 09:17:46 +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) {
|
||||
return {
|
||||
value: props.value,
|
||||
dirtyValue: props.value,
|
||||
};
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue