mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Restores the hover-highlight comment in selection_list.js
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user