@xuda.io/runtime-bundle 1.0.1081 → 1.0.1083

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.
@@ -34441,6 +34441,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34441
34441
  nodeP.xu_render_xu_ui_id = xu_ui_id;
34442
34442
  nodeP.xu_render_cache_id = xu_render_cache_id;
34443
34443
  if (ret.xu_render_in_process) {
34444
+ $([`[xu-ui-id="${xu_ui_id}"]`]).remove;
34444
34445
  return $div;
34445
34446
  } //else {
34446
34447
  // $container.append(temp_$container.children());
@@ -34449,7 +34450,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34449
34450
 
34450
34451
  return $div;
34451
34452
  } else {
34452
- $container.append(temp_$container.children());
34453
+ // $container.append(temp_$container.children());
34453
34454
  return $div;
34454
34455
  }
34455
34456
  } else {