Merge remote-tracking branch 'origin/master' into aakansha-custom-elements
Update customType
This commit is contained in:
+3
-1
@@ -77,7 +77,9 @@ export type AppState = {
|
||||
// (e.g. text element when typing into the input)
|
||||
editingElement: NonDeletedExcalidrawElement | null;
|
||||
editingLinearElement: LinearElementEditor | null;
|
||||
elementType: typeof SHAPES[number]["value"] | "eraser" | "custom";
|
||||
activeTool:
|
||||
| { type: typeof SHAPES[number]["value"] | "eraser" }
|
||||
| { type: "custom"; customType: string };
|
||||
elementLocked: boolean;
|
||||
penMode: boolean;
|
||||
penDetected: boolean;
|
||||
|
||||
Reference in New Issue
Block a user