Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 7, 2024
1 parent 41694e2 commit 46c5397
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/project-editor/flow/flow-tab-state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 46c5397

Please sign in to comment.