Skip to content

Commit

Permalink
Fix layout engine. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey authored Jan 27, 2024
1 parent c1c97e6 commit 11062ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NodeGraphEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const NodeGraphEditor = forwardRef<
NodeGraphEditorProps
>(
(
{ defaultNodes, defaultEdges, layoutEngine, ...props }: NodeGraphEditorProps,
{ defaultNodes, defaultEdges, ...props }: NodeGraphEditorProps,
ref,
): JSX.Element => {
const [nodes, , onNodesChange] = useNodesState(defaultNodes ?? [])
Expand Down

0 comments on commit 11062ea

Please sign in to comment.