Disable snapping by default as a bug mitigation, and assorted cleanup

This commit is contained in:
Keavon Chambers
2024-07-10 02:34:37 -07:00
parent 9d749c49fb
commit a17ed68008
13 changed files with 12 additions and 7986 deletions

View File

@@ -72,7 +72,7 @@ pub struct SnappingState {
impl Default for SnappingState {
fn default() -> Self {
Self {
snapping_enabled: true,
snapping_enabled: false, // TODO: Reenable this by default once <https://github.com/GraphiteEditor/Graphite/issues/1817> is fixed
grid_snapping: false,
bounds: Default::default(),
nodes: Default::default(),