Restores the hover-highlight comment in selection_list.js

This commit is contained in:
Quincy Morgan
2018-10-24 22:30:29 -07:00
parent ddb6e1b119
commit 51386e03ae
+1 -1
View File
@@ -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);
});