mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
uncomment
This commit is contained in:
parent
fc80fd15dc
commit
1dbc599b88
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue