@xuda.io/runtime-bundle 1.0.1109 → 1.0.1110

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.
@@ -34753,6 +34753,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34753
34753
  // }
34754
34754
  if (!ret.xu_render_background_processing) {
34755
34755
  iterate_child($div, nodeP, parent_infoP, $root_container);
34756
+ } else {
34757
+ if (ret.has_xu_render_attribute) {
34758
+ $div.css('display', 'none');
34759
+ }
34756
34760
  }
34757
34761
  }
34758
34762