mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix creation of regular text
This commit is contained in:
parent
afc98c2d47
commit
5b458288e7
3 changed files with 13 additions and 2 deletions
|
@ -362,6 +362,8 @@ export const convertToExcalidrawElements = (
|
|||
excalidrawElement = {
|
||||
width: metrics.width,
|
||||
height: metrics.height,
|
||||
fontFamily,
|
||||
fontSize,
|
||||
...elementWithid,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue