@operato/scene-integration 7.0.1 → 7.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,7 +106,8 @@ export default class ScenarioRun extends DataSource(RectPath(Shape)) {
106
106
 
107
107
  onchange(after: Properties) {
108
108
  if ('variables' in after) {
109
- this.requestData()
109
+ this.stop()
110
+ this.start()
110
111
  }
111
112
  }
112
113