@xuda.io/runtime-bundle 1.0.1052 → 1.0.1054
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.
|
@@ -32375,7 +32375,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32375
32375
|
////////////
|
|
32376
32376
|
const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
|
|
32377
32377
|
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
32378
|
-
let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$
|
|
32378
|
+
let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$div.clone(true);
|
|
32379
32379
|
|
|
32380
32380
|
/////////////
|
|
32381
32381
|
// let new_$div = original_data_obj.$container.clone(true);
|
|
@@ -32383,7 +32383,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32383
32383
|
if (!new_$div) {
|
|
32384
32384
|
new_$div = await func.UI.screen.render_ui_tree(
|
|
32385
32385
|
SESSION_ID,
|
|
32386
|
-
$
|
|
32386
|
+
$container, //original_data_obj.$container,
|
|
32387
32387
|
nodeP,
|
|
32388
32388
|
parent_infoP,
|
|
32389
32389
|
paramsP,
|