Map events are now clickable again

This commit is contained in:
Franc Camps-Febrer
2019-01-31 18:43:39 -05:00
parent 8147af2620
commit 92d2fa9a21
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ function MapEvents ({ getCategoryColor, categories, projectPoint, styleLocation,
return (
<path
onClick={() => { console.log('uo')}}
class='location-event-marker'
id={`arc_${idx}`}
d={arc}

View File

@@ -170,7 +170,7 @@
}
.location-event-marker {
pointer-events: all;
pointer-events: all !important;
fill: $event_default;
stroke-width: 0;
}