@xuda.io/runtime-bundle 1.0.903 → 1.0.905

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.
@@ -34090,7 +34090,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34090
34090
  );
34091
34091
 
34092
34092
  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);
34093
- if (ret.abort || nodeP.tagName === 'svg') return await done();
34093
+ 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'])) return await done();
34094
34094
  // check if iterator made to prevent children render
34095
34095
 
34096
34096
  if (nodeP?.attributes?.['xu-viewport'] == 'true') {