diff --git a/js/id/operations/delete.js b/js/id/operations/delete.js index 2c9765b62..45d349c07 100644 --- a/js/id/operations/delete.js +++ b/js/id/operations/delete.js @@ -11,6 +11,8 @@ iD.operations.Delete = function(selection, context) { context.perform( iD.actions.DeleteMultiple(selection), annotation); + + context.enter(iD.modes.Browse(context)); }; operation.available = function() {