@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.
|
@@ -31813,7 +31813,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31813
31813
|
}
|
|
31814
31814
|
}
|
|
31815
31815
|
if (found) {
|
|
31816
|
-
const $div_elm = panel_val.$panel_div;
|
|
31816
|
+
const $div_elm = panel_val.$panel_div.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
31817
31817
|
// var $div_elm = panel_val.$div
|
|
31818
31818
|
// .parent()
|
|
31819
31819
|
// .parent()
|