@xuda.io/runtime-bundle 1.0.732 → 1.0.733
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.
|
@@ -31282,7 +31282,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31282
31282
|
};
|
|
31283
31283
|
|
|
31284
31284
|
get_selectors();
|
|
31285
|
-
|
|
31285
|
+
console.log('selectors>>>>', selectors);
|
|
31286
31286
|
for await (let [elem_key, elem_val] of Object.entries(selectors)) {
|
|
31287
31287
|
if (elem_key === 'length') break;
|
|
31288
31288
|
|