[ADF-23188] Image scroll issue, enable zoom on wheel (#9428)

This commit is contained in:
tomson
2024-03-18 14:51:44 +01:00
committed by GitHub
parent c3459c40cc
commit 9616b50319

View File

@@ -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,