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 ce8f794 commit ce852bcCopy full SHA for ce852bc
src/components/TreeCanvas.tsx
@@ -105,7 +105,7 @@ const TreeCanvas: React.FC<TreeCanvasProps> = ({
105
const currentStep = steps[currentStepIndex];
106
if (!currentStep || !currentStep.nodeId) return;
107
108
- const updatedTree = applyStepToTree(tree.clone(), currentStep);
+ applyStepToTree(tree.clone(), currentStep);
109
updatePositions();
110
111
}, [currentStepIndex, steps]);
0 commit comments