Fix road drawing

This commit is contained in:
Tom MacWright
2012-12-06 16:14:04 -05:00
parent 7f6a06f9bb
commit d84d33ea8d

View File

@@ -89,7 +89,8 @@ iD.modes.DrawRoad = function(way_id, direction) {
};
mode.exit = function() {
mode.map.hint(false).fastEnable(true);
mode.map.hint(false);
mode.map.fastEnable(true);
mode.map.surface
.on('mousemove.drawroad', null)