Go to browse mode after deleting (fixes #868)

This commit is contained in:
John Firebaugh
2013-02-27 17:30:47 -08:00
parent 78f6a00029
commit 05de42b116
+2
View File
@@ -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() {