mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Change grid size
This commit is contained in:
parent
39e7b8cf4f
commit
40cd4caeec
10 changed files with 146 additions and 13 deletions
|
@ -83,7 +83,8 @@ export type AppState = {
|
|||
showShortcutsDialog: boolean;
|
||||
zenModeEnabled: boolean;
|
||||
appearance: "light" | "dark";
|
||||
gridSize: number | null;
|
||||
gridSize: number;
|
||||
showGrid: boolean;
|
||||
|
||||
/** top-most selected groups (i.e. does not include nested groups) */
|
||||
selectedGroupIds: { [groupId: string]: boolean };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue