mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 15:31:04 +02:00
fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user