We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4036c6 commit 633841bCopy full SHA for 633841b
packages/x-flow/src/models/store.ts
@@ -136,7 +136,7 @@ const createStore = (initProps?: Partial<FlowProps>) => {
136
source: nodeId,
137
target: get().copyNodes[0].id,
138
};
139
- get().addNodes(get().copyNodes);
+ get().addNodes(get().copyNodes, false);
140
get().addEdges(newEdges);
141
set({
142
copyNodes: [],
0 commit comments