From 51386e03ae93943af718aab10e6457e3dafac6df Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 24 Oct 2018 22:30:29 -0700 Subject: [PATCH] Restores the hover-highlight comment in selection_list.js --- modules/ui/selection_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });