@xuda.io/runtime-bundle 1.0.1006 → 1.0.1007
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.
|
@@ -32305,7 +32305,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32305
32305
|
|
|
32306
32306
|
////////////
|
|
32307
32307
|
const cache_str = get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
|
|
32308
|
-
|
|
32308
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
32309
32309
|
let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[cache_str]?.$container.clone(true);
|
|
32310
32310
|
|
|
32311
32311
|
/////////////
|