diff --git a/packages/project-editor/flow/flow-tab-state.tsx b/packages/project-editor/flow/flow-tab-state.tsx index 061e3baf..0d1a7165 100644 --- a/packages/project-editor/flow/flow-tab-state.tsx +++ b/packages/project-editor/flow/flow-tab-state.tsx @@ -61,10 +61,6 @@ export abstract class FlowTabState implements IEditorState { x: -this.flow.pageRect.width / 2, y: -this.flow.pageRect.height / 2 }; - - if (this.projectStore.uiStateStore.globalFlowZoom) { - this.projectStore.uiStateStore.flowZoom = 1; - } } centerView(transform?: Transform) {