@xuda.io/runtime-bundle 1.0.1335 → 1.0.1337

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.
@@ -28328,7 +28328,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
28328
28328
  return a;
28329
28329
  }
28330
28330
  deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
28331
- SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
28331
+ // SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
28332
28332
  ret = true;
28333
28333
  }
28334
28334
 
@@ -42628,7 +42628,7 @@ func.index.set_ds_0_proxy = function (SESSION_ID) {
42628
42628
  const fx = _session?.watchers?.[path];
42629
42629
  fx(change);
42630
42630
  }
42631
-
42631
+ return;
42632
42632
  if (!change.path.includes('data_system.SYS_GLOBAL_OBJ_REFS')) return;
42633
42633
  const ref_id = change.path.split('SYS_GLOBAL_OBJ_REFS.')[1].split('.')[0];
42634
42634
  if (!ref_id) return;