diff --git a/js/id/modes/select.js b/js/id/modes/select.js index a94e54103..a6022e1d8 100644 --- a/js/id/modes/select.js +++ b/js/id/modes/select.js @@ -26,7 +26,10 @@ iD.modes.Select = function (entity) { .on('dragend', function () { if (!dragging) return; dragging = undefined; - mode.map.redraw(); + + mode.history.replace( + iD.actions.Noop(), + 'moved a way'); }); function remove() {