@xuda.io/runtime-bundle 1.0.1044 → 1.0.1046
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.
|
@@ -32379,22 +32379,23 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32379
32379
|
/////////////
|
|
32380
32380
|
// let new_$div = original_data_obj.$container.clone(true);
|
|
32381
32381
|
|
|
32382
|
-
if (
|
|
32382
|
+
if (!new_$div) {
|
|
32383
32383
|
new_$div = await func.UI.screen.render_ui_tree(
|
|
32384
32384
|
SESSION_ID,
|
|
32385
32385
|
$elm, //original_data_obj.$container,
|
|
32386
|
-
|
|
32387
|
-
|
|
32388
|
-
|
|
32386
|
+
nodeP,
|
|
32387
|
+
parent_infoP,
|
|
32388
|
+
paramsP,
|
|
32389
32389
|
jobNoP,
|
|
32390
32390
|
null,
|
|
32391
|
-
|
|
32391
|
+
keyP,
|
|
32392
32392
|
null,
|
|
32393
|
-
|
|
32393
|
+
parent_nodeP,
|
|
32394
32394
|
null,
|
|
32395
|
-
|
|
32395
|
+
$root_container,
|
|
32396
32396
|
);
|
|
32397
32397
|
}
|
|
32398
|
+
new_$div.appendTo($container);
|
|
32398
32399
|
// ////////////
|
|
32399
32400
|
// if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
32400
32401
|
// UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|