From 053ba51e2769bc15937e71e9cda52a7f416b0027 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 28 May 2013 10:56:54 -0700 Subject: [PATCH] Clear sidebar when not hovering (fixes #1528) --- js/id/ui/inspector.js | 2 -- 1 file changed, 2 deletions(-) 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]);