@xuda.io/runtime-bundle 1.0.1091 → 1.0.1092

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.
@@ -34564,18 +34564,16 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34564
34564
  nodeP.xu_render_xu_ui_id = xu_ui_id;
34565
34565
  nodeP.xu_render_cache_id = xu_render_cache_id;
34566
34566
  if (ret.xu_render_background_processing) {
34567
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34567
+ // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34568
34568
  return $div;
34569
- } //else {
34570
- // $container.append(temp_$container.children());
34571
- // return $div;
34572
- // }
34573
-
34574
- return $div;
34569
+ } else {
34570
+ $container.append(temp_$container.children());
34571
+ return $div;
34572
+ }
34575
34573
  } else {
34576
34574
  // $container.append(temp_$container.children());
34577
34575
  if (ret.has_xu_render_attribute) {
34578
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34576
+ // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34579
34577
  }
34580
34578
  return $div;
34581
34579
  }
@@ -34703,9 +34701,9 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34703
34701
  } else {
34704
34702
  if (ret.xu_render_background_processing) {
34705
34703
  // let temp_$div = $div.clone(true);
34706
- iterate_child($div, nodeP, parent_infoP, $root_container);
34704
+ iterate_child(temp_$div, nodeP, parent_infoP, $root_container);
34707
34705
  } else {
34708
- await iterate_child($div, nodeP, parent_infoP, $root_container);
34706
+ await iterate_child(temp_$div, nodeP, parent_infoP, $root_container);
34709
34707
  }
34710
34708
  }
34711
34709