1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Slider Widget: continuous update now works #261

This commit is contained in:
Laura Fuentes Grau 2020-10-19 14:30:00 +02:00
parent 723af74e6d
commit 1307bd35fc

View file

@ -99,7 +99,7 @@ class WidgetSlider extends Component {
valueIsChanging(newValue) {
this.props.widget.customProperties.value = newValue;
if (this.props.widget.continous_update)
if (this.props.widget.customProperties.continous_update)
this.valueChanged(newValue);
this.setState({ value: newValue });