diff --git a/js/id/modes/move_way.js b/js/id/modes/move_way.js index e21dded78..99a2ebb48 100644 --- a/js/id/modes/move_way.js +++ b/js/id/modes/move_way.js @@ -1,6 +1,7 @@ iD.modes.MoveWay = function(context, wayId) { var mode = { - id: 'move-way' + id: 'move-way', + button: 'browse' }; var keybinding = d3.keybinding('move-way');