diff --git a/js/iD/renderer/Map.js b/js/iD/renderer/Map.js index a8547c5e8..3f86aa911 100644 --- a/js/iD/renderer/Map.js +++ b/js/iD/renderer/Map.js @@ -451,7 +451,7 @@ iD.Map = function(elem, connection) { function perform(action) { history.perform(action); - map.update(); + update(); } function _do(operation) {