fix(snap): default is false closes #63

This commit is contained in:
moklick
2019-10-25 14:33:06 +02:00
parent 4986ba7fa1
commit d44bbf7164

View File

@@ -134,7 +134,7 @@ const storeModel: StoreModel = {
connectionPosition: { x: 0, y: 0 },
snapGrid: [16, 16],
snapToGrid: true,
snapToGrid: false,
isInteractive: true,