@xuda.io/runtime-bundle 1.0.629 → 1.0.630

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.
@@ -32938,7 +32938,11 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
32938
32938
  continue;
32939
32939
  }
32940
32940
 
32941
- if (!nodeP.attributes || !nodeP.attributes[attr] & !nodeP.attributes[`xu-exp:${attr}`]) {
32941
+ // if (!nodeP.attributes || !nodeP.attributes[attr] & !nodeP.attributes[`xu-exp:${attr}`]) {
32942
+ // continue;
32943
+ // }
32944
+
32945
+ if (_.isEmpty(nodeP.attributes)) {
32942
32946
  continue;
32943
32947
  }
32944
32948