We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41694e2 commit 46c5397Copy full SHA for 46c5397
packages/project-editor/flow/flow-tab-state.tsx
@@ -61,10 +61,6 @@ export abstract class FlowTabState implements IEditorState {
61
x: -this.flow.pageRect.width / 2,
62
y: -this.flow.pageRect.height / 2
63
};
64
-
65
- if (this.projectStore.uiStateStore.globalFlowZoom) {
66
- this.projectStore.uiStateStore.flowZoom = 1;
67
- }
68
}
69
70
centerView(transform?: Transform) {
0 commit comments