mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Go to browse mode after disconnecting (fixes #1121)
This commit is contained in:
@@ -4,6 +4,7 @@ iD.operations.Disconnect = function(selection, context) {
|
||||
|
||||
var operation = function() {
|
||||
context.perform(action, t('operations.disconnect.annotation'));
|
||||
context.enter(iD.modes.Browse(context));
|
||||
};
|
||||
|
||||
operation.available = function() {
|
||||
|
||||
Reference in New Issue
Block a user