@xuda.io/runtime-bundle 1.0.645 → 1.0.646
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.
|
@@ -32955,7 +32955,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
32955
32955
|
// continue;
|
|
32956
32956
|
// }
|
|
32957
32957
|
|
|
32958
|
-
if (!nodeP.attributes[`xu-exp:${attr}`] && nodeP
|
|
32958
|
+
if (!nodeP.attributes[`xu-exp:${attr}`] && nodeP?.attributes?.hasOwnProperty('xu-render') && typeof func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]) === 'undefined') {
|
|
32959
32959
|
continue;
|
|
32960
32960
|
}
|
|
32961
32961
|
|