From a02befb78d5cf853c44209d02958f75b88c6be0e Mon Sep 17 00:00:00 2001 From: gnezim Date: Tue, 5 May 2026 16:16:01 +0300 Subject: [PATCH] Allow Angular app to compile --- .../components/flights-map-body/flights-map-body.component.ts | 1 - 1 file changed, 1 deletion(-) 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))