diff --git a/modules/ui/selection_list.js b/modules/ui/selection_list.js index 0345943bf..0e12a66a6 100644 --- a/modules/ui/selection_list.js +++ b/modules/ui/selection_list.js @@ -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); });