Skip to content

fix: default snap to grid to off in bin editor#133

Merged
jasonmadigan merged 1 commit into
mainfrom
117-snap-default-off
Jul 7, 2026
Merged

fix: default snap to grid to off in bin editor#133
jasonmadigan merged 1 commit into
mainfrom
117-snap-default-off

Conversation

@jasonmadigan

Copy link
Copy Markdown
Collaborator

Summary

  • Snap to grid in the bin editor defaulted to on, forcing users to toggle it off before free placement. It now defaults to off; the toggle behaviour is unchanged and the tool editor already defaulted off, so the two editors are now consistent.
  • Snap state is ephemeral component state (no persistence), so this is purely the initial default.
  • Usage doc updated to match.

Test evidence

  • New jsdom tests: snap shows off on mount, click flips it on. Both verified red against the old default.
  • vitest 92/92, make lint-frontend 0 errors.

Closes #117

@jasonmadigan
jasonmadigan marked this pull request as ready for review July 7, 2026 07:11
@jasonmadigan
jasonmadigan merged commit 1358ce8 into main Jul 7, 2026
3 checks passed
@jasonmadigan
jasonmadigan deleted the 117-snap-default-off branch July 7, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default snap to grid to off in bin configurator

1 participant