mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Reset canvas zoom before workspace reset in node view (#7625)
This commit is contained in:
@@ -4090,6 +4090,7 @@ export default defineComponent({
|
||||
|
||||
this.onToggleNodeCreator({ createNodeActive: false });
|
||||
this.nodeCreatorStore.setShowScrim(false);
|
||||
this.canvasStore.resetZoom();
|
||||
|
||||
// Reset nodes
|
||||
this.unbindEndpointEventListeners();
|
||||
|
||||
Reference in New Issue
Block a user