mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(editor): Reset last interacted with when resetting the workspace on new canvas (no-changelog) (#11138)
This commit is contained in:
parent
0321582c11
commit
d2713ae50a
|
@ -1435,6 +1435,7 @@ export function useCanvasOperations({ router }: { router: ReturnType<typeof useR
|
|||
workflowsStore.currentWorkflowExecutions = [];
|
||||
|
||||
// Reset actions
|
||||
uiStore.resetLastInteractedWith();
|
||||
uiStore.removeActiveAction('workflowRunning');
|
||||
uiStore.stateIsDirty = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue