diff --git a/ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts b/ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts index 08ade991..a5871fcd 100644 --- a/ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts +++ b/ClientApp/src/app/features/flights-map/components/flights-map-body/flights-map-body.component.ts @@ -150,7 +150,6 @@ export class FlightsMapBodyComponent implements OnInit, AfterViewInit { { icon: markerBlueSmall, title: city.code, - autoPanOnFocus: false, } ) .on('click', ()=> this.handleMarkerClick(city.code))