Believed fix for race condition in setting dirtyValue

This commit is contained in:
orangemug 2020-01-19 07:37:49 +00:00
parent d886b14d09
commit c88f9ab5dc

View file

@ -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;