mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fixed typo
This commit is contained in:
parent
bcbed7dbc4
commit
a15931ae48
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export type ExcalidrawTextElement = ExcalidrawElement & {
|
||||||
type: "text";
|
type: "text";
|
||||||
font: string;
|
font: string;
|
||||||
text: string;
|
text: string;
|
||||||
// for backward compability
|
// for backward compatibility
|
||||||
actualBoundingBoxAscent?: number;
|
actualBoundingBoxAscent?: number;
|
||||||
baseline: number;
|
baseline: number;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue