@xuda.io/runtime-bundle 1.0.459 → 1.0.460

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.
@@ -27844,7 +27844,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
27844
27844
 
27845
27845
  let ids = [];
27846
27846
 
27847
- $.each($panel_div.children, function (key, val) {
27847
+ $.each($panel_div.children(), function (key, val) {
27848
27848
  if ($(val).data.xuPanelData) {
27849
27849
  ids.push($(val).attr('xu-ui-id'));
27850
27850
  }