Aligns arrowhead schemas (#2517)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user