mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Don't show presetgrid after moving
This commit is contained in:
+2
-2
@@ -74,12 +74,12 @@ iD.modes.Move = function(context, entityIDs) {
|
||||
|
||||
function finish() {
|
||||
d3.event.stopPropagation();
|
||||
context.enter(iD.modes.Select(context, entityIDs, true));
|
||||
context.enter(iD.modes.Select(context, entityIDs));
|
||||
}
|
||||
|
||||
function cancel() {
|
||||
context.pop();
|
||||
context.enter(iD.modes.Select(context, entityIDs, true));
|
||||
context.enter(iD.modes.Select(context, entityIDs));
|
||||
}
|
||||
|
||||
function undone() {
|
||||
|
||||
Reference in New Issue
Block a user