@xuda.io/runtime-bundle 1.0.1129 → 1.0.1130

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.
@@ -31291,10 +31291,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31291
31291
  }
31292
31292
  }
31293
31293
  });
31294
- debugger;
31294
+
31295
31295
  const selector_id = glb.new_xu_render ? $(this).data()?.xuData?.ui_id : $(this).data()?.xuData?.xu_id;
31296
31296
 
31297
31297
  if (attr.length) {
31298
+ debugger;
31298
31299
  selectors[selector_id] = selectors[selector_id];
31299
31300
 
31300
31301
  if (!selectors[selector_id]) {