mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Fix #351
This commit is contained in:
@@ -83,7 +83,7 @@ iD.Map = function() {
|
||||
for (var k = 0; k < parents.length; k++) {
|
||||
// Don't re-fetch parents
|
||||
if (only[parents[k].id] === undefined) {
|
||||
only[parent.id] = graph.fetch(parents[k].id);
|
||||
only[parents[k].id] = graph.fetch(parents[k].id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user