@xuda.io/runtime-bundle 1.0.1133 → 1.0.1134

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.
@@ -31462,7 +31462,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31462
31462
  // debugger;
31463
31463
  // let _$elem = $(`[xu-ui-id^=${parent_element_ui_id}]`);
31464
31464
  // let _$elem = $(`[xu-node-id=${parent_element_ui_id}]`);
31465
- const _$elem = func.UI.utils.find_in_element_data('xuData', 'body', 'nodeid', parent_element_ui_id);
31465
+ const _$elem = func.UI.utils.find_in_element_data('xuData', $(SESSION_OBJ[SESSION_ID].root_element), 'nodeid', parent_element_ui_id);
31466
31466
  // const _elem_key = parent_element_ui_id;
31467
31467
  const _elem_key = _$elem.attr('xu-ui-id');
31468
31468
  const _elem_val = { attributes: [], $elm: _$elem };