Aakansha Doshi %!s(int64=2) %!d(string=hai) anos
pai
achega
1dbc599b88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/element/textElement.ts

+ 1 - 1
src/element/textElement.ts

@@ -322,7 +322,7 @@ export const measureBaseline = (
   span.style.height = "1px";
   container.appendChild(span);
   const baseline = span.offsetTop + span.offsetHeight;
-  //document.body.removeChild(container);
+  document.body.removeChild(container);
   return baseline;
 };