@xuda.io/runtime-bundle 1.0.947 → 1.0.948

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.
@@ -31477,7 +31477,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31477
31477
  for await (const [parent_element_ui_id, panel_val] of Object.entries(panels_obj)) {
31478
31478
  // const progDataSource_str = JSON.stringify(panel_val.prog_doc.progDataSource);
31479
31479
 
31480
- if ($panel_div.data().xuData.pending_to_delete) continue;
31480
+ if (panel_val.$panel_div.data().xuData.pending_to_delete) continue;
31481
31481
 
31482
31482
  if (fields_changed_arr) {
31483
31483
  if (fields_changed_datasource && panel_val._ds.dsSession <= Number(fields_changed_datasource)) {