Skip to content

Commit

Permalink
Merge pull request #2216 from WikiWatershed/cpc/fix-hover-removed-shape
Browse files Browse the repository at this point in the history
Turn off mouse events for highlighted BigCZ geom
  • Loading branch information
caseycesari committed Sep 5, 2017
2 parents 19a8342 + eb145e6 commit fe1d046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mmw/js/src/core/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ var dataCatalogActiveStyle = {
opacity: 1,
fill: true,
fillColor: 'gold',
fillOpacity: 0.2
fillOpacity: 0.2,
pointerEvents: 'none'
};

var dataCatalogDetailStyle = {
Expand Down

0 comments on commit fe1d046

Please sign in to comment.