Skip to content

Commit

Permalink
[ADF-23188] Image scroll issue, enable zoom on wheel (#9428)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomson7777 authored Mar 18, 2024
1 parent c3459c4 commit 9616b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/lib/viewer/components/img-viewer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy {
dragMode: 'move',
background: false,
scalable: true,
zoomOnWheel: false,
zoomOnWheel: true,
toggleDragModeOnDblclick: false,
viewMode: 1,
checkCrossOrigin: false,
Expand Down

0 comments on commit 9616b50

Please sign in to comment.