mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Select entity when you finish drawing a way. Fixes #143
This commit is contained in:
@@ -202,6 +202,7 @@ iD.modes.DrawRoad = function(way_id, direction) {
|
||||
}
|
||||
delete way.tags.elastic;
|
||||
this.map.perform(iD.actions.changeTags(way, way.tags));
|
||||
this.map.selectEntity(way);
|
||||
// End by clicking on own tail
|
||||
return this.exit();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user