mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
@@ -324,7 +324,7 @@ export const workflowHelpers = mixins(
|
|||||||
const nodes = this.getNodes();
|
const nodes = this.getNodes();
|
||||||
const connections = (this.$store.getters.allConnections as IConnections);
|
const connections = (this.$store.getters.allConnections as IConnections);
|
||||||
const cacheKey = JSON.stringify({nodes, connections});
|
const cacheKey = JSON.stringify({nodes, connections});
|
||||||
if (cachedWorkflow && cacheKey === cachedWorkflowKey) {
|
if (!copyData && cachedWorkflow && cacheKey === cachedWorkflowKey) {
|
||||||
return cachedWorkflow;
|
return cachedWorkflow;
|
||||||
}
|
}
|
||||||
cachedWorkflowKey = cacheKey;
|
cachedWorkflowKey = cacheKey;
|
||||||
|
|||||||
Reference in New Issue
Block a user