mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Reset last interacted with when resetting the workspace on new canvas (no-changelog) (#11138)
This commit is contained in:
@@ -1435,6 +1435,7 @@ export function useCanvasOperations({ router }: { router: ReturnType<typeof useR
|
||||
workflowsStore.currentWorkflowExecutions = [];
|
||||
|
||||
// Reset actions
|
||||
uiStore.resetLastInteractedWith();
|
||||
uiStore.removeActiveAction('workflowRunning');
|
||||
uiStore.stateIsDirty = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user