diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index 5c4bff46a..ca5c6a2b4 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -35,7 +35,7 @@ iD.ui.Inspector = function(context) { entity = context.entity(entityID), showEditor = state === 'hover' || entity.isUsed(graph) || - entity.isIntersection(graph); + (entity.type === 'node' && entity.isIntersection(graph)); if (showEditor) { $wrap.style('right', '0%');