@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.
|
@@ -31803,10 +31803,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31803
31803
|
}
|
|
31804
31804
|
}
|
|
31805
31805
|
if (found) {
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
|
|
31806
|
+
const $div_elm = panel_val.$panel_div;
|
|
31807
|
+
// var $div_elm = panel_val.$div
|
|
31808
|
+
// .parent()
|
|
31809
|
+
// .parent()
|
|
31810
|
+
// .find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
31810
31811
|
|
|
31811
31812
|
// restore original panel
|
|
31812
31813
|
try {
|