feat: split gridSize from enabled state & support custom gridStep (#8364)
This commit is contained in:
@@ -41,7 +41,8 @@ export type StatsInputProperty =
|
||||
| "width"
|
||||
| "height"
|
||||
| "angle"
|
||||
| "fontSize";
|
||||
| "fontSize"
|
||||
| "gridStep";
|
||||
|
||||
export const SMALLEST_DELTA = 0.01;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user