diff --git a/modules/validations/disconnected_way.js b/modules/validations/disconnected_way.js index b68e169b8..ef26ebecb 100644 --- a/modules/validations/disconnected_way.js +++ b/modules/validations/disconnected_way.js @@ -60,6 +60,8 @@ export function validationDisconnectedWay() { // prefer the terminating node vertex = endNodes[1]; } + // make sure the vertex is actually visible + context.map().zoomToEase(vertex); context.enter( modeDrawLine(context, way.id, context.graph(), way.affix(vertex.id), true) );