diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index 2b9d6c121..bca353227 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -104,6 +104,11 @@ iD.ui.Inspector = function(context, entity) { } inspector.close = function(selection) { + + // Blur focused element so that tag changes are dispatched + // See #1295 + document.activeElement.blur(); + selection.transition() .style('right', '-500px') .each('end', function() {