@xuda.io/runtime-bundle 1.0.1055 → 1.0.1056
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.
|
@@ -32342,10 +32342,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32342
32342
|
let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$div.clone(true);
|
|
32343
32343
|
|
|
32344
32344
|
if (!new_$div) {
|
|
32345
|
-
UI_WORKER_OBJ.xu_render_cache[xu_ui_id][xu_render_cache_id] = {
|
|
32345
|
+
UI_WORKER_OBJ.xu_render_cache[xu_ui_id][xu_render_cache_id] = {};
|
|
32346
32346
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
32347
32347
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
32348
32348
|
new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, null, keyP, null, parent_nodeP, null, $root_container);
|
|
32349
|
+
UI_WORKER_OBJ.xu_render_cache[xu_ui_id][xu_render_cache_id].$div = new_$div.clone(true);
|
|
32349
32350
|
}
|
|
32350
32351
|
// append order handling
|
|
32351
32352
|
|