When clicking on list select the marker
This commit is contained in:
@@ -52,6 +52,10 @@ const viewListingDetails = ({ type, action }, component) => {
|
|||||||
imageIndex: 0
|
imageIndex: 0
|
||||||
}, () => {
|
}, () => {
|
||||||
markSeen(action.id);
|
markSeen(action.id);
|
||||||
|
const m = component.findMarker(action.id);
|
||||||
|
if (m) {
|
||||||
|
m.marker.setIcon(component.selectedMarkerIcon());
|
||||||
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user