Skip to content

Commit 46c5397

Browse files
committed
1 parent 41694e2 commit 46c5397

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/project-editor/flow/flow-tab-state.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ export abstract class FlowTabState implements IEditorState {
6161
x: -this.flow.pageRect.width / 2,
6262
y: -this.flow.pageRect.height / 2
6363
};
64-
65-
if (this.projectStore.uiStateStore.globalFlowZoom) {
66-
this.projectStore.uiStateStore.flowZoom = 1;
67-
}
6864
}
6965

7066
centerView(transform?: Transform) {

0 commit comments

Comments
 (0)