Aligns arrowhead schemas (#2517)

This commit is contained in:
Steve Ruiz
2020-12-12 16:42:30 +00:00
committed by GitHub
parent 9cf54041dc
commit 9cfe7b45e5
5 changed files with 156 additions and 287 deletions

View File

@ -61,10 +61,8 @@ export type AppState = {
currentItemFontSize: number;
currentItemTextAlign: TextAlign;
currentItemStrokeSharpness: ExcalidrawElement["strokeSharpness"];
currentItemArrowheads: {
start: Arrowhead | null;
end: Arrowhead | null;
};
currentItemStartArrowhead: Arrowhead | null;
currentItemEndArrowhead: Arrowhead | null;
currentItemLinearStrokeSharpness: ExcalidrawElement["strokeSharpness"];
viewBackgroundColor: string;
scrollX: FlooredNumber;