mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Fix crash when drawing a favorite highway
This commit is contained in:
@@ -145,6 +145,7 @@ export function validationAlmostJunction() {
|
||||
|
||||
var validation = function(endHighway, context) {
|
||||
if (!isHighway(endHighway)) return [];
|
||||
if (endHighway.isDegenerate()) return [];
|
||||
|
||||
var graph = context.graph();
|
||||
var tree = context.history().tree();
|
||||
|
||||
Reference in New Issue
Block a user