mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-23 06:03:46 +00:00
Fix road drawing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user