@xuda.io/runtime-bundle 1.0.654 → 1.0.655

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.
@@ -30250,7 +30250,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30250
30250
  if (!avoid_refresh && fields_changed.length) {
30251
30251
  await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
30252
30252
  // await removed from the below function cause to dead lock Mar 3 25
30253
- func.UI.screen.refresh_screen(
30253
+ await func.UI.screen.refresh_screen(
30254
30254
  SESSION_ID,
30255
30255
  fields_changed,
30256
30256
  null,