From f2d66285478385ea67e0449e8b2109b67b202aa9 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Wed, 13 Feb 2013 11:17:29 -0500 Subject: [PATCH] Don't break rebasing with loading --- js/id/core/history.js | 1 + 1 file changed, 1 insertion(+) 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(); }