fix(snap): default is false closes #63
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ const storeModel: StoreModel = {
|
|||||||
connectionPosition: { x: 0, y: 0 },
|
connectionPosition: { x: 0, y: 0 },
|
||||||
|
|
||||||
snapGrid: [16, 16],
|
snapGrid: [16, 16],
|
||||||
snapToGrid: true,
|
snapToGrid: false,
|
||||||
|
|
||||||
isInteractive: true,
|
isInteractive: true,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user