Skip to content

Commit 8346ce4

Browse files
committed
Fix container test
1 parent 384b577 commit 8346ce4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/plots.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ plots.cleanPlot = function(newFullData, newFullLayout, oldFullData, oldFullLayou
615615
if(hadGl && !hasGl) {
616616
if(oldFullLayout._glcontainer !== undefined) {
617617
oldFullLayout._glcontainer.selectAll('.gl-canvas').data([]).exit().remove();
618-
oldFullLayout._glcontainer.remove();
619618
oldFullLayout._glcanvas = null;
620619
}
621620
}

0 commit comments

Comments
 (0)