@xuda.io/runtime-bundle 1.0.1036 → 1.0.1037

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.
@@ -11771,7 +11771,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11771
11771
  $.each(_$elem, function (key, val) {
11772
11772
  if ($(val).data().xuData.node) {
11773
11773
  $.each($(val).data().xuData.node.children, function (key, node) {
11774
- if (node_id !== node.id) return true;
11774
+ if (item.id !== node.id) return true;
11775
11775
 
11776
11776
  if (typeof node.xu_render_made !== 'undefined' && !node.xu_render_made) {
11777
11777
  const node_data = UI_WORKER_OBJ.xu_render_cache[node.xu_render_xu_ui_id][node.xu_render_cache_id];
@@ -9496,7 +9496,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9496
9496
  $.each(_$elem, function (key, val) {
9497
9497
  if ($(val).data().xuData.node) {
9498
9498
  $.each($(val).data().xuData.node.children, function (key, node) {
9499
- if (node_id !== node.id) return true;
9499
+ if (item.id !== node.id) return true;
9500
9500
 
9501
9501
  if (typeof node.xu_render_made !== 'undefined' && !node.xu_render_made) {
9502
9502
  const node_data = UI_WORKER_OBJ.xu_render_cache[node.xu_render_xu_ui_id][node.xu_render_cache_id];