Fix in-progress config rendering
This commit is contained in:
@@ -28,6 +28,8 @@ export class Widget extends Component {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
|
this.state.inProgress ||
|
||||||
|
nextState.inProgress ||
|
||||||
getValueForComparison(this.props.config) !==
|
getValueForComparison(this.props.config) !==
|
||||||
getValueForComparison(nextProps.config) ||
|
getValueForComparison(nextProps.config) ||
|
||||||
this.props.config.readonly !== nextProps.config.readonly
|
this.props.config.readonly !== nextProps.config.readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user