Skip to content

Commit

Permalink
Restores the hover-highlight comment in selection_list.js
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 25, 2018
1 parent ddb6e1b commit 51386e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/selection_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function uiSelectionList(context, selectedIDs) {

enter
.each(function(d) {

// highlight the feature in the map while hovering on the list item
d3_select(this).on('mouseover', function() {
highlightEntity(context, d, true);
});
Expand Down

0 comments on commit 51386e0

Please sign in to comment.