fix history propagation on playground

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

View File

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