From d44bbf71648eb349a2df4a8ee7fe56fb85090da0 Mon Sep 17 00:00:00 2001 From: moklick Date: Fri, 25 Oct 2019 14:33:06 +0200 Subject: [PATCH] fix(snap): default is false closes #63 --- src/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.ts b/src/store/index.ts index 603b4e5d..d8a0a992 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -134,7 +134,7 @@ const storeModel: StoreModel = { connectionPosition: { x: 0, y: 0 }, snapGrid: [16, 16], - snapToGrid: true, + snapToGrid: false, isInteractive: true,