diff --git a/ui/widget.js b/ui/widget.js index ea8be9f..c454c26 100644 --- a/ui/widget.js +++ b/ui/widget.js @@ -28,6 +28,8 @@ export class Widget extends Component { return false; } return ( + this.state.inProgress || + nextState.inProgress || getValueForComparison(this.props.config) !== getValueForComparison(nextProps.config) || this.props.config.readonly !== nextProps.config.readonly