mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 12:29:58 +02:00
uncomment
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user