diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index 5bf8a6b74..b66d90dde 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -6,8 +6,6 @@ iD.ui.Inspector = function(context) { newFeature = false; function inspector(selection) { - selection.style('display', 'block'); - var $wrap = selection.selectAll('.panewrap') .data([0]);