@xuda.io/runtime-bundle 1.0.343 → 1.0.345
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.
|
@@ -31709,7 +31709,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31709
31709
|
if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
|
|
31710
31710
|
|
|
31711
31711
|
// already rended
|
|
31712
|
-
if (elem_val?.$elm?.length) continue;
|
|
31712
|
+
if (elem_val.$elm[0].tagName !== 'XURENDER' && elem_val?.$elm?.length) continue;
|
|
31713
31713
|
|
|
31714
31714
|
new_job = await func.UI.worker.add_to_queue(
|
|
31715
31715
|
SESSION_ID,
|