chore(core): cleanup store state

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-08 16:32:11 +01:00
committed by Braks
parent f362db0f7c
commit c74382fe1d
+1
View File
@@ -89,6 +89,7 @@ const defaultState = (): State => ({
connectionRadius: 20,
connectOnClick: true,
connectionStatus: null,
isValidConnection: null,
snapGrid: [15, 15],
snapToGrid: false,