@xuda.io/runtime-bundle 1.0.1262 → 1.0.1263

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.
@@ -34072,7 +34072,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
34072
34072
 
34073
34073
  const sortedAttrs = sortArrayByIncludedStrings(Object.entries(nodeP.attributes), ['xu-exp:xu-render', 'xu-render', 'xu-exp:program', 'program']);
34074
34074
 
34075
- for await (const [key, val] of sortedAttrs) {
34075
+ for await (const [key, val] of Object.entries(nodeP.attributes)) {
34076
34076
  if (_ret.abort || $container?.data()?.xuData?.pending_to_delete) break;
34077
34077
  if (glb.html5_events_handler.includes(key) || execute_attributes.includes(key)) {
34078
34078
  continue;