mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Fix AddPoint's use of Select mode
This commit is contained in:
@@ -20,7 +20,7 @@ iD.modes.AddPoint = function(context) {
|
||||
iD.actions.AddEntity(node),
|
||||
t('operations.add.annotation.point'));
|
||||
|
||||
context.enter(iD.modes.Select(context, [node.id], true));
|
||||
context.enter(iD.modes.Select(context, [node.id]).newFeature(true));
|
||||
}
|
||||
|
||||
function addWay(loc, edge) {
|
||||
|
||||
Reference in New Issue
Block a user