Suppress radial menu when selecting feature from search results

This commit is contained in:
Bryan Housel
2015-12-20 00:12:01 -05:00
parent 5b8e1e7140
commit 7b077b48a4
+1 -1
View File
@@ -223,7 +223,7 @@ iD.ui.FeatureList = function(context) {
context.map().centerZoom([d.location[1], d.location[0]], 20);
}
else if (d.entity) {
context.enter(iD.modes.Select(context, [d.entity.id]));
context.enter(iD.modes.Select(context, [d.entity.id]).suppressMenu(true));
} else {
context.zoomToEntity(d.id);
}