mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(editor): improve expression and parameters performance (#3874)
* fix expr perf issue * refactor a bit
This commit is contained in:
@@ -60,7 +60,7 @@ export const workflowRun = mixins(
|
||||
return response;
|
||||
},
|
||||
async runWorkflow (nodeName?: string, source?: string): Promise<IExecutionPushResponse | undefined> {
|
||||
const workflow = this.getWorkflow();
|
||||
const workflow = this.getCurrentWorkflow();
|
||||
|
||||
if (this.$store.getters.isActionActive('workflowRunning') === true) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user