Skip to content

Commit e907b9f

Browse files
committed
🔪 obsolete geocontainer purge call
... this thing is has not been used since we move geo subplot to `fullLayout._paper` layer.
1 parent 93ef043 commit e907b9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/plots.js

-1
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,6 @@ plots.purge = function(gd) {
16451645
fullLayout._glcontainer.remove();
16461646
fullLayout._glcanvas = null;
16471647
}
1648-
if(fullLayout._geocontainer !== undefined) fullLayout._geocontainer.remove();
16491648

16501649
// remove modebar
16511650
if(fullLayout._modeBar) fullLayout._modeBar.destroy();

0 commit comments

Comments
 (0)