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