@xuda.io/runtime-bundle 1.0.1110 → 1.0.1111

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.
@@ -15069,10 +15069,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
15069
15069
  // }
15070
15070
  if (!ret.xu_render_background_processing) {
15071
15071
  iterate_child($div, nodeP, parent_infoP, $root_container);
15072
- } else {
15073
- if (ret.has_xu_render_attribute) {
15074
- $div.css('display', 'none');
15075
- }
15076
15072
  }
15077
15073
  }
15078
15074
 
@@ -12794,10 +12794,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12794
12794
  // }
12795
12795
  if (!ret.xu_render_background_processing) {
12796
12796
  iterate_child($div, nodeP, parent_infoP, $root_container);
12797
- } else {
12798
- if (ret.has_xu_render_attribute) {
12799
- $div.css('display', 'none');
12800
- }
12801
12797
  }
12802
12798
  }
12803
12799