Clear sidebar when not hovering (fixes #1528)

This commit is contained in:
John Firebaugh
2013-05-28 10:56:54 -07:00
parent 5d4727bd95
commit 053ba51e27
-2
View File
@@ -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]);