@veloceapps/sdk 8.0.0-155 → 8.0.0-157

Sign up to get free protection for your applications and to get access to all the features.
@@ -823,7 +823,7 @@ class FlowStateService {
823
823
  this.EXECUTION_BUFFER_TIME = 100;
824
824
  this.executedFunctions = {};
825
825
  this.stateId$ = new BehaviorSubject(null);
826
- this._hasStatefulUnsavedChanges = false;
826
+ this._hasStatefulUnsavedChanges = true;
827
827
  this.processors = {};
828
828
  this.subscriptions = {};
829
829
  this.flowStore = {};