mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Undos during drag now redoable
This commit is contained in:
@@ -98,7 +98,8 @@ iD.behavior.DragNode = function(context) {
|
||||
}
|
||||
}
|
||||
|
||||
context.replace(iD.actions.MoveNode(entity.id, loc));
|
||||
context.replace(iD.actions.MoveNode(entity.id, loc),
|
||||
t('operations.move.annotation.' + entity.geometry(context.graph())));
|
||||
}
|
||||
|
||||
function end(entity) {
|
||||
|
||||
Reference in New Issue
Block a user