@xuda.io/runtime-bundle 1.0.1073 → 1.0.1074
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.
|
@@ -32360,7 +32360,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32360
32360
|
|
|
32361
32361
|
$.each(new_$div.find('*'), (key, val) => {
|
|
32362
32362
|
const _xuAttributes = $(val)?.data()?.xuAttributes;
|
|
32363
|
-
if (found_parent_vars) return;
|
|
32363
|
+
if (found_parent_vars || !_xuAttributes) return;
|
|
32364
32364
|
for (const [attr_key, attr_val] of Object.entries(_xuAttributes)) {
|
|
32365
32365
|
if (found_parent_vars) break;
|
|
32366
32366
|
for (const [key, val] of Object.entries(parent_fields)) {
|