mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Fixed mouseover if item is a location result
This commit is contained in:
@@ -202,6 +202,8 @@ iD.ui.FeatureList = function(context) {
|
||||
}
|
||||
|
||||
function mouseover(d) {
|
||||
if (d.id === -1) return;
|
||||
|
||||
context.surface().selectAll(iD.util.entityOrMemberSelector([d.id], context.graph()))
|
||||
.classed('hover', true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user