Fixed typo

This commit is contained in:
hazam 2020-01-09 00:04:53 +05:00
parent bcbed7dbc4
commit a15931ae48

View file

@ -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;
}; };