mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-24 01:40:41 +02:00
fix creation of regular text
This commit is contained in:
@@ -362,6 +362,8 @@ export const convertToExcalidrawElements = (
|
||||
excalidrawElement = {
|
||||
width: metrics.width,
|
||||
height: metrics.height,
|
||||
fontFamily,
|
||||
fontSize,
|
||||
...elementWithid,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user