Skip to content

Commit

Permalink
Fixes #2077 - Searching for coordinates doesn't add a point on the map
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Nov 24, 2024
1 parent 9abf911 commit bd581bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export class PublicPoiSidebarComponent implements OnDestroy {
this.fitBoundsService.fitBounds(bounds);
this.store.dispatch(new SetSelectedPoiAction(originalFeature));
if (data.source === RouteStrings.COORDINATES) {
this.fullFeature = null;
this.close();
}
}
Expand Down

0 comments on commit bd581bb

Please sign in to comment.