@xuda.io/runtime-bundle 1.0.349 → 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.
|
@@ -28208,9 +28208,9 @@ func.UI.garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0],
|
|
|
28208
28208
|
if (_data_system?.SYS_GLOBAL_BOL_AJAX_BUSY) return;
|
|
28209
28209
|
if (!_data_system?.SYS_GLOBAL_BOL_IDLE) return;
|
|
28210
28210
|
|
|
28211
|
-
for (const [key, val] of Object.entries(_data_system
|
|
28211
|
+
for (const [key, val] of Object.entries(_data_system?.SYS_GLOBAL_OBJ_REFS || {})) {
|
|
28212
28212
|
if (!val?.$el?.length) {
|
|
28213
|
-
delete _data_system.
|
|
28213
|
+
delete _data_system.SYS_GLOBAL_OBJ_REFS[key];
|
|
28214
28214
|
}
|
|
28215
28215
|
}
|
|
28216
28216
|
|