diff --git a/src/app/App.tsx b/src/app/App.tsx index 3750a142..6d6e9613 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -1738,10 +1738,7 @@ export function App({ store, initialStatusMessage }: AppProps) { const canScaleSelectedTarget = selectedTransformTarget !== null && supportsTransformOperation(selectedTransformTarget, "scale"); - const whiteboxSnapStep = resolveOptionalPositiveNumber( - whiteboxSnapStepDraft, - DEFAULT_GRID_SIZE - ); + const whiteboxSnapStep = editorState.whiteboxSnapStep; const whiteboxVectorInputStep = getWhiteboxInputStep( whiteboxSnapEnabled, whiteboxSnapStep