Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b47d66

Browse filesBrowse files
committed
dispose delaunayMeadh on scatter3d toggle
1 parent e8fc236 commit 9b47d66
Copy full SHA for 9b47d66

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/traces/scatter3d/convert.js

Copy file name to clipboardExpand all lines: src/traces/scatter3d/convert.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.