@xuda.io/runtime-bundle 1.0.446 → 1.0.447

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.
@@ -11781,7 +11781,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
11781
11781
  }
11782
11782
  }
11783
11783
  if (found) {
11784
- const $div_elm = panel_val.$panel_div;
11784
+ const $div_elm = panel_val.$panel_div.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
11785
11785
  // var $div_elm = panel_val.$div
11786
11786
  // .parent()
11787
11787
  // .parent()
@@ -9854,7 +9854,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9854
9854
  }
9855
9855
  }
9856
9856
  if (found) {
9857
- const $div_elm = panel_val.$panel_div;
9857
+ const $div_elm = panel_val.$panel_div.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
9858
9858
  // var $div_elm = panel_val.$div
9859
9859
  // .parent()
9860
9860
  // .parent()