diff --git a/packages/core/src/store/state.ts b/packages/core/src/store/state.ts index 2909bd7b..e8ddfb74 100644 --- a/packages/core/src/store/state.ts +++ b/packages/core/src/store/state.ts @@ -89,6 +89,7 @@ const defaultState = (): State => ({ connectionRadius: 20, connectOnClick: true, connectionStatus: null, + isValidConnection: null, snapGrid: [15, 15], snapToGrid: false,