mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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 = [];
|
workflowsStore.currentWorkflowExecutions = [];
|
||||||
|
|
||||||
// Reset actions
|
// Reset actions
|
||||||
|
uiStore.resetLastInteractedWith();
|
||||||
uiStore.removeActiveAction('workflowRunning');
|
uiStore.removeActiveAction('workflowRunning');
|
||||||
uiStore.stateIsDirty = false;
|
uiStore.stateIsDirty = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue