Skip to content

Commit

Permalink
Clear inspector body before rendering (fixes #1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Mar 18, 2013
1 parent fdcb96e commit 13cd85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/id/ui/inspector.js
Expand Up @@ -22,6 +22,7 @@ iD.ui.Inspector = function(context, entity) {

function inspector(selection) {
selection
.html('')
.style('display', 'block')
.style('right', '-500px')
.style('opacity', 1)
Expand Down

0 comments on commit 13cd85a

Please sign in to comment.