@xuda.io/runtime-bundle 1.0.618 → 1.0.620
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.
|
@@ -32660,6 +32660,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32660
32660
|
console.warn(`attribute ${new_val.key} not found for ${nodeP.tagName}`);
|
|
32661
32661
|
return {};
|
|
32662
32662
|
}
|
|
32663
|
+
if (!$elm.data().xuData) return;
|
|
32663
32664
|
$elm.data().xuData.debug_info.attribute_stat[new_val.key] = new_val.value;
|
|
32664
32665
|
|
|
32665
32666
|
// IGNORE UNDEFINED or NULL ATTRIBUTES
|
|
@@ -32988,7 +32989,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
32988
32989
|
}
|
|
32989
32990
|
// handle xu attributes
|
|
32990
32991
|
try {
|
|
32991
|
-
if (elm?.data()?.xuAttributes) {
|
|
32992
|
+
if ($elm?.data()?.xuAttributes) {
|
|
32992
32993
|
// in some cases xu data delete in purpose when refreshing the screen
|
|
32993
32994
|
$elm.data().xuAttributes[key] = val;
|
|
32994
32995
|
}
|