mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-01 05:09:47 +02:00
feat: split gridSize
from enabled state & support custom gridStep
(#8364)
This commit is contained in:
@@ -49,7 +49,9 @@ exports[`exportToSvg > with default arguments 1`] = `
|
||||
"outline": true,
|
||||
},
|
||||
"frameToHighlight": null,
|
||||
"gridSize": null,
|
||||
"gridModeEnabled": false,
|
||||
"gridSize": 20,
|
||||
"gridStep": 5,
|
||||
"isBindingEnabled": true,
|
||||
"isLoading": false,
|
||||
"isResizing": false,
|
||||
|
Reference in New Issue
Block a user