Skip to content

Commit

Permalink
chore: addNodes false
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjuning committed Dec 31, 2024
1 parent bfb5eb2 commit 082bf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-flow/src/components/CustomNode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default memo((props: any) => {
deletable,
...(sourceHandle && { sourceHandle }),
};
addNodes(newNodes);
addNodes(newNodes, false);
addEdges(newEdges);
};

Expand Down

0 comments on commit 082bf59

Please sign in to comment.