@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.
@@ -28516,8 +28516,8 @@ class EventsManager {
28516
28516
  else if (intEvtCode === InternalInterface.MG_ACT_RT_REFRESH_SCREEN && task.getMode() !== Constants.TASK_MODE_QUERY && !task.getAfterRetry()) {
28517
28517
  yield dv.currRecCompute(true);
28518
28518
  }
28519
- yield this.handleInternalEventWithTask(task, InternalInterface.MG_ACT_REC_PREFIX);
28520
28519
  this.setIsInViewRefresh(true);
28520
+ yield this.handleInternalEventWithTask(task, InternalInterface.MG_ACT_REC_PREFIX);
28521
28521
  if (!this.GetStopExecutionFlag() && !task.getPreventControlChange()) {
28522
28522
  if (!(task === LastFocusedManager.Instance.getLastFocusedTask() || !task.pathContains(LastFocusedManager.Instance.getLastFocusedTask())))
28523
28523
  yield this.handleInternalEventWithTask(task, InternalInterface.MG_ACT_REC_SUFFIX);
@@ -30345,7 +30345,7 @@ class CommandsTable {
30345
30345
  }
30346
30346
  }
30347
30347
 
30348
- let CurrentClientVersion = '4.1000.0-dev4100.306';
30348
+ let CurrentClientVersion = '4.1000.0-dev4100.308';
30349
30349
 
30350
30350
  class ClientManager {
30351
30351
  static get Instance() {