@xuda.io/runtime-bundle 1.0.553 → 1.0.554

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.
@@ -32681,8 +32681,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32681
32681
  $elm.replaceWith(new_$div);
32682
32682
  if (from_panel) {
32683
32683
  const xuPanelWrapper = _.clone(new_$div.data().xuPanelWrapper);
32684
- $elm.replaceWith(new_$div.children());
32685
32684
  $elm.parent().data().xuPanelWrapper = xuPanelWrapper;
32685
+ $elm.replaceWith(new_$div.children());
32686
32686
  }
32687
32687
 
32688
32688
  if (val.fields_arr) {