Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b47d66

Browse files
committed
dispose delaunayMeadh on scatter3d toggle
1 parent e8fc236 commit 9b47d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatter3d/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ proto.dispose = function() {
440440
this.textMarkers.dispose();
441441
}
442442
if(this.delaunayMesh) {
443-
this.scene.glplot.remove(this.textMarkers);
443+
this.scene.glplot.remove(this.delaunayMesh);
444444
this.delaunayMesh.dispose();
445445
}
446446
};

0 commit comments

Comments
 (0)