@xuda.io/runtime-bundle 1.0.631 → 1.0.633

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.
@@ -32942,7 +32942,11 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
32942
32942
  // continue;
32943
32943
  // }
32944
32944
 
32945
- if (_.isEmpty(nodeP.attributes || typeof nodeP.attributes === 'undefined')) {
32945
+ if (_.isEmpty(nodeP.attributes)) {
32946
+ break;
32947
+ }
32948
+
32949
+ if (typeof nodeP.attributes[attr] === 'undefined') {
32946
32950
  continue;
32947
32951
  }
32948
32952