mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 16:40:00 +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) {
|
||||
return {
|
||||
value: props.value,
|
||||
dirtyValue: props.value,
|
||||
};
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user