@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -13248,7 +13248,11 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
13248
13248
|
continue;
|
|
13249
13249
|
}
|
|
13250
13250
|
|
|
13251
|
-
if (!nodeP.attributes || !nodeP.attributes[attr] & !nodeP.attributes[`xu-exp:${attr}`]) {
|
|
13251
|
+
// if (!nodeP.attributes || !nodeP.attributes[attr] & !nodeP.attributes[`xu-exp:${attr}`]) {
|
|
13252
|
+
// continue;
|
|
13253
|
+
// }
|
|
13254
|
+
|
|
13255
|
+
if (_.isEmpty(nodeP.attributes)) {
|
|
13252
13256
|
continue;
|
|
13253
13257
|
}
|
|
13254
13258
|
|
|
@@ -10979,7 +10979,11 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
10979
10979
|
continue;
|
|
10980
10980
|
}
|
|
10981
10981
|
|
|
10982
|
-
if (!nodeP.attributes || !nodeP.attributes[attr] & !nodeP.attributes[`xu-exp:${attr}`]) {
|
|
10982
|
+
// if (!nodeP.attributes || !nodeP.attributes[attr] & !nodeP.attributes[`xu-exp:${attr}`]) {
|
|
10983
|
+
// continue;
|
|
10984
|
+
// }
|
|
10985
|
+
|
|
10986
|
+
if (_.isEmpty(nodeP.attributes)) {
|
|
10983
10987
|
continue;
|
|
10984
10988
|
}
|
|
10985
10989
|
|