Skip to content

Commit

Permalink
map: fixed selecting same vehicle multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed May 9, 2024
1 parent 8d5213f commit 1255cef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export class MapWindshieldComponent implements OnInit, OnDestroy {
});

if (!found) {
popup.set("feature_id", undefined);
popup.setPosition(undefined);

if (oldFeatureId) {
Expand Down

0 comments on commit 1255cef

Please sign in to comment.