@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12711,7 +12711,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12711
12711
|
|
|
12712
12712
|
/////////// !value ///////////
|
|
12713
12713
|
|
|
12714
|
-
const xu_ui_id = $
|
|
12714
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
12715
12715
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
12716
12716
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
12717
12717
|
}
|
|
@@ -10436,7 +10436,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10436
10436
|
|
|
10437
10437
|
/////////// !value ///////////
|
|
10438
10438
|
|
|
10439
|
-
const xu_ui_id = $
|
|
10439
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
10440
10440
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
10441
10441
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
10442
10442
|
}
|