mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-21 01:07:02 +02:00
Remove customName from state
This commit is contained in:
@@ -93,7 +93,6 @@ export type AppState = {
|
||||
theme: "light" | "dark";
|
||||
gridSize: number | null;
|
||||
viewModeEnabled: boolean;
|
||||
customName: boolean;
|
||||
|
||||
/** top-most selected groups (i.e. does not include nested groups) */
|
||||
selectedGroupIds: { [groupId: string]: boolean };
|
||||
|
Reference in New Issue
Block a user