mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +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 = [];
|
workflowsStore.currentWorkflowExecutions = [];
|
||||||
|
|
||||||
// Reset actions
|
// Reset actions
|
||||||
|
uiStore.resetLastInteractedWith();
|
||||||
uiStore.removeActiveAction('workflowRunning');
|
uiStore.removeActiveAction('workflowRunning');
|
||||||
uiStore.stateIsDirty = false;
|
uiStore.stateIsDirty = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user