mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Go to browse mode after deleting (fixes #868)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user