mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Make sure the vertex is visible when using the "continue this feature" quick fix for disconnected way
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user