mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-27 09:45:05 +08:00
fix history propagation on playground
This commit is contained in:
@ -82,8 +82,8 @@ export default function CollectionCardComponent({
|
||||
} else {
|
||||
setNodes([], true);
|
||||
setEdges([], true);
|
||||
cleanFlowPool();
|
||||
}
|
||||
cleanFlowPool();
|
||||
}
|
||||
}, [openPlayground]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user