mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix
This commit is contained in:
parent
bc5e5e1ef0
commit
99500fc255
3 changed files with 1 additions and 4 deletions
|
@ -311,8 +311,7 @@ export const measureBaseline = (
|
|||
container.style.whiteSpace = "pre-wrap";
|
||||
}
|
||||
|
||||
//@ts-ignore
|
||||
container.style.lineHeight = lineHeight;
|
||||
container.style.lineHeight = String(lineHeight);
|
||||
|
||||
container.innerText = text;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue