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";
font: string;
text: string;
// for backward compability
// for backward compatibility
actualBoundingBoxAscent?: number;
baseline: number;
};