@xuda.io/runtime-bundle 1.0.423 → 1.0.424

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.
@@ -27831,8 +27831,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
27831
27831
  continue;
27832
27832
  }
27833
27833
 
27834
- const parent_element_ui_id = $div.data().xuPanelData.parent_element_ui_id;
27835
- if (!panels_obj[parent_element_ui_id]) {
27834
+ if (!panels_obj[$div.attr('xu-ui-id')]) {
27836
27835
  panels_obj[$div.attr('xu-ui-id')] = {
27837
27836
  prog_id,
27838
27837
  panelXuAttributes,