mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
Believed fix for race condition in setting dirtyValue
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user