mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
parent
9bf71e73cc
commit
ad0c214f8e
|
|
@ -324,7 +324,7 @@ export const workflowHelpers = mixins(
|
|||
const nodes = this.getNodes();
|
||||
const connections = (this.$store.getters.allConnections as IConnections);
|
||||
const cacheKey = JSON.stringify({nodes, connections});
|
||||
if (cachedWorkflow && cacheKey === cachedWorkflowKey) {
|
||||
if (!copyData && cachedWorkflow && cacheKey === cachedWorkflowKey) {
|
||||
return cachedWorkflow;
|
||||
}
|
||||
cachedWorkflowKey = cacheKey;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user