fix history propagation on playground

This commit is contained in:
anovazzi1 2024-05-02 19:02:28 -03:00
commit da927d56c1

View file

@ -82,8 +82,8 @@ export default function CollectionCardComponent({
} else {
setNodes([], true);
setEdges([], true);
cleanFlowPool();
}
cleanFlowPool();
}
}, [openPlayground]);