diff --git a/js/id/id.js b/js/id/id.js index b5b5b4dea..851257329 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -73,8 +73,8 @@ window.iD = function () { context.intersects = history.intersects; context.flush = function() { - history.reset(); connection.flush(); + history.reset(); return context; };