diff --git a/js/id/core/history.js b/js/id/core/history.js index 1bedaeb60..4c6bbed6c 100644 --- a/js/id/core/history.js +++ b/js/id/core/history.js @@ -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(); }