@xuda.io/runtime-bundle 1.0.1082 → 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.
@@ -14757,6 +14757,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14757
14757
  nodeP.xu_render_xu_ui_id = xu_ui_id;
14758
14758
  nodeP.xu_render_cache_id = xu_render_cache_id;
14759
14759
  if (ret.xu_render_in_process) {
14760
+ $([`[xu-ui-id="${xu_ui_id}"]`]).remove;
14760
14761
  return $div;
14761
14762
  } //else {
14762
14763
  // $container.append(temp_$container.children());
@@ -12482,6 +12482,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12482
12482
  nodeP.xu_render_xu_ui_id = xu_ui_id;
12483
12483
  nodeP.xu_render_cache_id = xu_render_cache_id;
12484
12484
  if (ret.xu_render_in_process) {
12485
+ $([`[xu-ui-id="${xu_ui_id}"]`]).remove;
12485
12486
  return $div;
12486
12487
  } //else {
12487
12488
  // $container.append(temp_$container.children());