Skip to content

Commit

Permalink
lastSelected also from object
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Jul 17, 2024
1 parent bea1bd8 commit f31a9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/geotagging.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ function markerOrObjectSelected(id, isSelected, markersVisible) {
if (objectMarkers[i].options.id === id) {

if (isSelected) {
lastSelected = id;
objectMarkers[i].setIcon(marker_object_selected);
objectMarkers[i].setZIndexOffset(1);
if (!objectMarkers) {
Expand Down

0 comments on commit f31a9da

Please sign in to comment.