feat(core,composables): add useHandleConnections composable
This commit is contained in:
@@ -35,6 +35,7 @@ function defaultState(): State {
|
||||
nodes: [],
|
||||
// todo: change this to a Set
|
||||
edges: [],
|
||||
connectionLookup: new Map(),
|
||||
nodeTypes: {},
|
||||
edgeTypes: {},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user