@xuda.io/runtime-bundle 1.0.1024 → 1.0.1025
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.
|
@@ -34452,8 +34452,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34452
34452
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
34453
34453
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
34454
34454
|
}
|
|
34455
|
-
|
|
34456
|
-
UI_WORKER_OBJ.xu_render_cache[xu_ui_id][cache_str] = $div;
|
|
34455
|
+
const cache_str = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
|
|
34456
|
+
UI_WORKER_OBJ.xu_render_cache[xu_ui_id][cache_str] = $div.clone(true);
|
|
34457
34457
|
return $div;
|
|
34458
34458
|
} else {
|
|
34459
34459
|
$container.append(temp_$container.children());
|