mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Reset lastAddedExecutingNode on execution finished event (no-changelog) (#16791)
This commit is contained in:
@@ -43,6 +43,8 @@ export async function executionFinished(
|
||||
const workflowsStore = useWorkflowsStore();
|
||||
const uiStore = useUIStore();
|
||||
|
||||
workflowsStore.lastAddedExecutingNode = null;
|
||||
|
||||
// No workflow is actively running, therefore we ignore this event
|
||||
if (typeof workflowsStore.activeExecutionId === 'undefined') {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user