mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 13:00:09 +02:00
refactor: Remove the grid size and have a boolean instead
This commit is contained in:
@@ -73,7 +73,7 @@ export const DEFAULT_VERTICAL_ALIGN = "top";
|
||||
|
||||
export const CANVAS_ONLY_ACTIONS = ["selectAll"];
|
||||
|
||||
export const GRID_SIZE = 20; // TODO make it configurable?
|
||||
export const GRID_SIZE = 20;
|
||||
|
||||
export const MIME_TYPES = {
|
||||
excalidraw: "application/vnd.excalidraw+json",
|
||||
|
Reference in New Issue
Block a user