mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 02:49:57 +02:00
Merge remote-tracking branch 'origin/master' into aakansha-custom-elements
Update customType
This commit is contained in:
@@ -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