@xuda.io/runtime-bundle 1.0.539 → 1.0.540
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
|
@@ -12125,6 +12125,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
12125
12125
|
|
|
12126
12126
|
if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
|
|
12127
12127
|
await add_execute_queue('execute_xu_all_attributes');
|
|
12128
|
+
new_job = jobNoP;
|
|
12128
12129
|
continue; // bypass render job
|
|
12129
12130
|
}
|
|
12130
12131
|
|
|
@@ -9857,6 +9857,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9857
9857
|
|
|
9858
9858
|
if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
|
|
9859
9859
|
await add_execute_queue('execute_xu_all_attributes');
|
|
9860
|
+
new_job = jobNoP;
|
|
9860
9861
|
continue; // bypass render job
|
|
9861
9862
|
}
|
|
9862
9863
|
|