This commit is contained in:
Bentlybro
2025-08-20 11:13:08 +01:00
parent 84810ce0af
commit b20b00a441

View File

@@ -194,7 +194,7 @@ const FlowEditor: React.FC<{
startTutorial(emptyNodes, setPinBlocksPopover, setPinSavePopover);
storage.set(Key.SHEPHERD_TOUR, "yes");
}, 100);
return () => clearTimeout(timer);
}
}, [router, pathname, params, setEdges, setNodes, nodes.length]);