@xuda.io/runtime-bundle 1.0.598 → 1.0.599

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.
@@ -11676,7 +11676,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11676
11676
  }, 100);
11677
11677
  return;
11678
11678
  }
11679
-
11679
+ const _session = SESSION_OBJ[SESSION_ID];
11680
11680
  if (_session.engine_mode === 'live_preview') {
11681
11681
  console.info('========= xu-attributes refresh info ==============');
11682
11682
  console.info('fields_arr:', fields_arr);
@@ -9407,7 +9407,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9407
9407
  }, 100);
9408
9408
  return;
9409
9409
  }
9410
-
9410
+ const _session = SESSION_OBJ[SESSION_ID];
9411
9411
  if (_session.engine_mode === 'live_preview') {
9412
9412
  console.info('========= xu-attributes refresh info ==============');
9413
9413
  console.info('fields_arr:', fields_arr);