Skip to content

Commit

Permalink
fix: reset zoom (DEV-4376) (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
domsteinbach authored Nov 25, 2024
1 parent db07c0b commit 6ef3507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<button mat-icon-button data-cy="zoom-in" matTooltip="Zoom in" (click)="osd.zoom(1)">
<mat-icon>zoom_in</mat-icon>
</button>
<button mat-icon-button data-cy="zoom-reset" matTooltip="Reset zoom" (click)="osd.viewer.viewport.zoomTo(1)">
<button mat-icon-button data-cy="zoom-reset" matTooltip="Reset zoom" (click)="osd.viewer.viewport.goHome()">
<mat-icon>other_houses</mat-icon>
</button>
<button
Expand Down

0 comments on commit 6ef3507

Please sign in to comment.