uncomment

This commit is contained in:
Aakansha Doshi 2023-03-28 14:03:04 +05:30
parent fc80fd15dc
commit 1dbc599b88

View file

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