@xuda.io/runtime-bundle 1.0.1095 → 1.0.1097

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.
@@ -34567,7 +34567,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34567
34567
  // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34568
34568
  return $div;
34569
34569
  } else {
34570
- // temp_$div.replaceWith($div);
34570
+ temp_$div.replaceWith($div);
34571
34571
  return $div;
34572
34572
  }
34573
34573
  } else {
@@ -34575,6 +34575,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34575
34575
  if (ret.has_xu_render_attribute) {
34576
34576
  // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34577
34577
  }
34578
+ temp_$div.replaceWith($div);
34578
34579
  return $div;
34579
34580
  }
34580
34581
  };