Fix AddPoint's use of Select mode

This commit is contained in:
John Firebaugh
2013-04-12 11:26:03 -04:00
parent 71dda769f2
commit cf60d344f1
+1 -1
View File
@@ -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) {