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:
parent
723af74e6d
commit
1307bd35fc
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Reference in a new issue