fix(editor): Reset canvas zoom before workspace reset in node view (#7625)

This commit is contained in:
Csaba Tuncsik
2023-11-06 18:15:49 +01:00
committed by GitHub
parent 4934462b41
commit 78b84af8d1
3 changed files with 1119 additions and 0 deletions

View File

@@ -4090,6 +4090,7 @@ export default defineComponent({
this.onToggleNodeCreator({ createNodeActive: false });
this.nodeCreatorStore.setShowScrim(false);
this.canvasStore.resetZoom();
// Reset nodes
this.unbindEndpointEventListeners();