@xuda.io/runtime-bundle 1.0.538 → 1.0.540

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.
@@ -31816,6 +31816,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31816
31816
 
31817
31817
  if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
31818
31818
  await add_execute_queue('execute_xu_all_attributes');
31819
+ new_job = jobNoP;
31819
31820
  continue; // bypass render job
31820
31821
  }
31821
31822
 
@@ -33925,7 +33926,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
33925
33926
 
33926
33927
  SESSION_OBJ[SESSION_ID].DS_GLB[0].data_system.SYS_OBJ_WIN_ELEMENT_HOVERED_ATTRIBUTES = attributes;
33927
33928
  //////////////////////////////////
33928
- if (!$div.data()) return;
33929
+ if (!$div.data()?.xuData) return;
33929
33930
  const _iterate_info = $div.data().xuData.iterate_info;
33930
33931
  if (_iterate_info) {
33931
33932
  if (_iterate_info.is_key_dynamic_field) {