@xuda.io/runtime-bundle 1.0.539 → 1.0.541
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.
|
@@ -31816,11 +31816,13 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31816
31816
|
|
|
31817
31817
|
if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
|
|
31818
31818
|
await add_execute_queue('execute_xu_all_attributes');
|
|
31819
|
+
|
|
31819
31820
|
continue; // bypass render job
|
|
31820
31821
|
}
|
|
31821
31822
|
|
|
31822
31823
|
if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
|
|
31823
31824
|
|
|
31825
|
+
new_job = jobNoP;
|
|
31824
31826
|
new_job = await func.UI.worker.add_to_queue(
|
|
31825
31827
|
SESSION_ID,
|
|
31826
31828
|
'gui event',
|