@magic-xpa/engine 4.1000.0-dev4100.306 → 4.1000.0-dev4100.308

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.
@@ -27751,8 +27751,8 @@ class EventsManager {
27751
27751
  else if (intEvtCode === InternalInterface.MG_ACT_RT_REFRESH_SCREEN && task.getMode() !== Constants.TASK_MODE_QUERY && !task.getAfterRetry()) {
27752
27752
  await dv.currRecCompute(true);
27753
27753
  }
27754
- await this.handleInternalEventWithTask(task, InternalInterface.MG_ACT_REC_PREFIX);
27755
27754
  this.setIsInViewRefresh(true);
27755
+ await this.handleInternalEventWithTask(task, InternalInterface.MG_ACT_REC_PREFIX);
27756
27756
  if (!this.GetStopExecutionFlag() && !task.getPreventControlChange()) {
27757
27757
  if (!(task === LastFocusedManager.Instance.getLastFocusedTask() || !task.pathContains(LastFocusedManager.Instance.getLastFocusedTask())))
27758
27758
  await this.handleInternalEventWithTask(task, InternalInterface.MG_ACT_REC_SUFFIX);
@@ -29531,7 +29531,7 @@ class CommandsTable {
29531
29531
  }
29532
29532
  }
29533
29533
 
29534
- let CurrentClientVersion = '4.1000.0-dev4100.306';
29534
+ let CurrentClientVersion = '4.1000.0-dev4100.308';
29535
29535
 
29536
29536
  class ClientManager {
29537
29537
  static get Instance() {