@xuda.io/runtime-bundle 1.0.1120 → 1.0.1121

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.
@@ -33639,10 +33639,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
33639
33639
  // debugger;
33640
33640
  }
33641
33641
 
33642
- ///////////
33643
- if (glb.new_xu_render) {
33644
- }
33645
-
33646
33642
  ///////////
33647
33643
  var is_mobile = glb.MOBILE_ARR.includes(paramsP.screenInfo.properties?.menuType) ? true : false;
33648
33644
 
@@ -34489,7 +34485,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34489
34485
  });
34490
34486
  }
34491
34487
 
34492
- let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $container, nodeP, $div, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
34488
+ // let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $container, nodeP, $div, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
34489
+ let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
34493
34490
  if (ret.abort || nodeP.tagName === 'svg' || !_.isEmpty(nodeP?.attributes?.['xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-html']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-html'])) {
34494
34491
  return await done(ret);
34495
34492
  }