@xuda.io/runtime-bundle 1.0.350 → 1.0.351

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.
@@ -28210,7 +28210,7 @@ func.UI.garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0],
28210
28210
 
28211
28211
  for (const [key, val] of Object.entries(_data_system?.SYS_GLOBAL_OBJ_REFS || {})) {
28212
28212
  if (!val?.$el?.length) {
28213
- delete _data_system._data_system[key];
28213
+ delete _data_system.SYS_GLOBAL_OBJ_REFS[key];
28214
28214
  }
28215
28215
  }
28216
28216