diff --git a/js/id/modes/drag_node.js b/js/id/modes/drag_node.js index 64d2541fd..b41a05a70 100644 --- a/js/id/modes/drag_node.js +++ b/js/id/modes/drag_node.js @@ -136,7 +136,9 @@ iD.modes.DragNode = function(context) { moveAnnotation(entity)); } - context.enter(iD.modes.Browse(context)); + var parentWays = _.pluck(context.graph().parentWays(entity), 'id'); + + context.enter(iD.modes.Select(context, parentWays)); } function cancel() {