From c74382fe1d61dd7d90d866449767233c124ec630 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 7 Mar 2023 22:09:25 +0100 Subject: [PATCH] chore(core): cleanup store state Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/store/state.ts | 1 + 1 file changed, 1 insertion(+) 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,