Browse button should be active when moving (fixes #692)

This commit is contained in:
John Firebaugh
2013-02-09 15:09:02 -08:00
parent 574e072598
commit c406413b67
+2 -1
View File
@@ -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');