mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Don't zoom to the end vertex when continuing a disconnected highway if it is already visible
Add separate fixes for continuing a disconnected highway from the start and end vertices Highlight the vertex that will be continued
This commit is contained in:
@@ -229,6 +229,9 @@ export function validationIssueFix(attrs) {
|
||||
this.title = attrs.title;
|
||||
this.onClick = attrs.onClick;
|
||||
|
||||
// IDs of fix-specific entities. Used for hover-higlighting.
|
||||
this.entityIds = attrs.entityIds || [];
|
||||
|
||||
// the issue this fix is for
|
||||
this.issue = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user