diff --git a/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html b/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html index 56d140b4..98dad4ec 100644 --- a/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html +++ b/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html @@ -5,7 +5,7 @@ [@.disabled]="!animations" (mouseWheelUp)="onZoom($event, 'in')" (mouseWheelDown)="onZoom($event, 'out')" - mouseWheel + [mouseWheel]="enableZoom" >