mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Merge branch 'master' of github.com:systemed/iD
This commit is contained in:
@@ -4,7 +4,6 @@ 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() {
|
||||
|
||||
@@ -12,6 +12,7 @@ iD.ui.RadialMenu = function(operations) {
|
||||
function click(operation) {
|
||||
d3.event.stopPropagation();
|
||||
operation();
|
||||
radialMenu.close();
|
||||
}
|
||||
|
||||
menu = selection.append('g')
|
||||
|
||||
Reference in New Issue
Block a user