diff --git a/modules/save-and-load.js b/modules/save-and-load.js index 84e2efde..4838ce50 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -873,6 +873,7 @@ function parseLoadedData(data) { // v 1.11 replaced "display" attribute by "display" style viewbox.selectAll("g").each(function() { if (this.hasAttribute("display")) this.removeAttribute("display"); + fogging.style("display", "none"); }); }