@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.
@@ -8649,8 +8649,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
8649
8649
  continue;
8650
8650
  }
8651
8651
 
8652
- const parent_element_ui_id = $div.data().xuPanelData.parent_element_ui_id;
8653
- if (!panels_obj[parent_element_ui_id]) {
8652
+ if (!panels_obj[$div.attr('xu-ui-id')]) {
8654
8653
  panels_obj[$div.attr('xu-ui-id')] = {
8655
8654
  prog_id,
8656
8655
  panelXuAttributes,
@@ -8650,8 +8650,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
8650
8650
  continue;
8651
8651
  }
8652
8652
 
8653
- const parent_element_ui_id = $div.data().xuPanelData.parent_element_ui_id;
8654
- if (!panels_obj[parent_element_ui_id]) {
8653
+ if (!panels_obj[$div.attr('xu-ui-id')]) {
8655
8654
  panels_obj[$div.attr('xu-ui-id')] = {
8656
8655
  prog_id,
8657
8656
  panelXuAttributes,