@xuda.io/runtime-bundle 1.0.538 → 1.0.539
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.
|
@@ -33925,7 +33925,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
33925
33925
|
|
|
33926
33926
|
SESSION_OBJ[SESSION_ID].DS_GLB[0].data_system.SYS_OBJ_WIN_ELEMENT_HOVERED_ATTRIBUTES = attributes;
|
|
33927
33927
|
//////////////////////////////////
|
|
33928
|
-
if (!$div.data()) return;
|
|
33928
|
+
if (!$div.data()?.xuData) return;
|
|
33929
33929
|
const _iterate_info = $div.data().xuData.iterate_info;
|
|
33930
33930
|
if (_iterate_info) {
|
|
33931
33931
|
if (_iterate_info.is_key_dynamic_field) {
|