mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-29 01:44:25 +01:00
fix fontFamily state updating (#1679)
This commit is contained in:
@@ -8,6 +8,7 @@ const toolMap = {
|
||||
arrow: "arrow",
|
||||
line: "line",
|
||||
draw: "draw",
|
||||
text: "text",
|
||||
};
|
||||
|
||||
export type ToolName = keyof typeof toolMap;
|
||||
|
||||
Reference in New Issue
Block a user