@xuda.io/runtime-bundle 1.0.433 → 1.0.434

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.
@@ -11771,10 +11771,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
11771
11771
  }
11772
11772
  }
11773
11773
  if (found) {
11774
- var $div_elm = panel_val.$div
11775
- .parent()
11776
- .parent()
11777
- .find("[xu-ui-id='" + parent_element_ui_id + "']");
11774
+ const $div_elm = panel_val.$panel_div;
11775
+ // var $div_elm = panel_val.$div
11776
+ // .parent()
11777
+ // .parent()
11778
+ // .find("[xu-ui-id='" + parent_element_ui_id + "']");
11778
11779
 
11779
11780
  // restore original panel
11780
11781
  try {
@@ -9844,10 +9844,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9844
9844
  }
9845
9845
  }
9846
9846
  if (found) {
9847
- var $div_elm = panel_val.$div
9848
- .parent()
9849
- .parent()
9850
- .find("[xu-ui-id='" + parent_element_ui_id + "']");
9847
+ const $div_elm = panel_val.$panel_div;
9848
+ // var $div_elm = panel_val.$div
9849
+ // .parent()
9850
+ // .parent()
9851
+ // .find("[xu-ui-id='" + parent_element_ui_id + "']");
9851
9852
 
9852
9853
  // restore original panel
9853
9854
  try {