Skip to content

Commit

Permalink
fix: Downgrade MouseClick type
Browse files Browse the repository at this point in the history
  • Loading branch information
natlex-to-me committed Dec 28, 2020
1 parent a6bdb56 commit d2891e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class GoogleMapComponent {
private readonly _markerStorage: MarkerStorageService
) {}

addMarker(evnt: google.maps.MapMouseEvent) {
addMarker(evnt: google.maps.MouseEvent) {
const newMarker = <Marker>{
coordinates: {
latitude: evnt.latLng.lat(),
Expand Down

0 comments on commit d2891e0

Please sign in to comment.