@xuda.io/runtime-bundle 1.0.436 → 1.0.438

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.
@@ -31822,7 +31822,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31822
31822
  try {
31823
31823
  // const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
31824
31824
 
31825
- const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep(panel_val.$div_elm.data().xuData.node), {}, $div_elm.data().xuData.paramsP, null, null, $div_elm.data().xuData.key, null, $div_elm.data().xuData.parent_node, null, $div_elm.data().xuData.$root_container);
31825
+ const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep($div_elm.data().xuData.node), {}, $div_elm.data().xuData.paramsP, null, null, $div_elm.data().xuData.key, null, $div_elm.data().xuData.parent_node, null, $div_elm.data().xuData.$root_container);
31826
31826
 
31827
31827
  // remove old panel content
31828
31828
  $.each(panel_val.ids, async function (key, val) {
@@ -31831,7 +31831,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31831
31831
  } catch (error) {
31832
31832
  debugger;
31833
31833
  }
31834
- break;
31834
+ // continue;
31835
31835
  }
31836
31836
  }
31837
31837
  };