@xuda.io/runtime-bundle 1.0.1035 → 1.0.1037
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.
|
@@ -31455,6 +31455,8 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31455
31455
|
$.each(_$elem, function (key, val) {
|
|
31456
31456
|
if ($(val).data().xuData.node) {
|
|
31457
31457
|
$.each($(val).data().xuData.node.children, function (key, node) {
|
|
31458
|
+
if (item.id !== node.id) return true;
|
|
31459
|
+
|
|
31458
31460
|
if (typeof node.xu_render_made !== 'undefined' && !node.xu_render_made) {
|
|
31459
31461
|
const node_data = UI_WORKER_OBJ.xu_render_cache[node.xu_render_xu_ui_id][node.xu_render_cache_id];
|
|
31460
31462
|
const _elem_key = node.xu_render_xu_ui_id;
|