Skip to content

Commit

Permalink
Merge pull request #357 from SynBioDex/lost-on-page-fix
Browse files Browse the repository at this point in the history
Centering when focusing in or out of a part
  • Loading branch information
cjmyers authored Dec 3, 2024
2 parents f9049b5 + 279ce31 commit 237e982
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SBOLCanvasFrontend/src/app/graph-edits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@ export class GraphEdits {
} else {
this.glyphCell = previousView;
}

this.graphService.fitCamera();
}
this.graphService.fitCamera();
}
}

Expand Down

0 comments on commit 237e982

Please sign in to comment.