mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
missing memo argument (fixes #2421)
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ iD.Tree = function(head) {
|
||||
diff.modified().forEach(function(entity) {
|
||||
rtree.remove(rectangles[entity.id]);
|
||||
insertions[entity.id] = entity;
|
||||
updateParents(entity, insertions);
|
||||
updateParents(entity, insertions, {});
|
||||
});
|
||||
|
||||
diff.created().forEach(function(entity) {
|
||||
|
||||
Reference in New Issue
Block a user