@xuda.io/runtime-bundle 1.0.1026 → 1.0.1027
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.
|
@@ -32395,7 +32395,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32395
32395
|
|
|
32396
32396
|
/////////// !value ///////////
|
|
32397
32397
|
|
|
32398
|
-
const xu_ui_id = $
|
|
32398
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
32399
32399
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
32400
32400
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
32401
32401
|
}
|