From 92c785dc73580f3ae0b5ac91776a18e6cbb6920f Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Mon, 26 Jul 2021 13:24:35 +0000 Subject: [PATCH] Fix in-progress config rendering --- ui/widget.js | 2 ++ 1 file changed, 2 insertions(+) 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