Don't break rebasing with loading

This commit is contained in:
Ansis Brammanis
2013-02-13 11:17:29 -05:00
parent a60ace18cd
commit f2d6628547

View File

@@ -225,6 +225,7 @@ iD.History = function(context) {
d.graph = iD.Graph(stack[0].graph).load(d.entities);
return d;
});
stack[0].graph.inherited = false;
dispatch.change();
}