Skip to content

Commit 0a6e1f2

Browse files
authored
Merge pull request #128 from casperhart/point-selection-fix
fix point selection with labels
2 parents 6b118fe + c378dee commit 0a6e1f2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

inst/htmlwidgets/lib/detourr.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

srcts/show_scatter/show_scatter.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ export abstract class DisplayScatter {
165165
this.auxEdge = undefined;
166166
}
167167

168-
for (let i = 0; i < this.n; i++) {
169-
this.pointAlphas.set([this.config.alpha], i);
170-
}
171-
this.pointAlphas.needsUpdate = true;
172-
this.points.geometry.getAttribute("alpha").needsUpdate = true;
173168
this.renderer.render(this.scene, this.camera);
174169
this.animate();
175170
}

0 commit comments

Comments
 (0)