@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12621,7 +12621,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12621
12621
|
|
|
12622
12622
|
////////////
|
|
12623
12623
|
const cache_str = get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
|
|
12624
|
-
|
|
12624
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
12625
12625
|
let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[cache_str]?.$container.clone(true);
|
|
12626
12626
|
|
|
12627
12627
|
/////////////
|
|
@@ -10346,7 +10346,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10346
10346
|
|
|
10347
10347
|
////////////
|
|
10348
10348
|
const cache_str = get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
|
|
10349
|
-
|
|
10349
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
10350
10350
|
let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[cache_str]?.$container.clone(true);
|
|
10351
10351
|
|
|
10352
10352
|
/////////////
|