mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 17:48:13 +08:00
no flashing
This commit is contained in:
@@ -74,8 +74,6 @@ class Scatterplot extends React.Component {
|
||||
this.state.xScale &&
|
||||
this.state.yScale
|
||||
) {
|
||||
/* clear canvas */
|
||||
this.state.ctx.clearRect(0, 0, width, height);
|
||||
drawScatterplotCanvas(
|
||||
this.state.ctx,
|
||||
this.state.xScale,
|
||||
|
||||
Reference in New Issue
Block a user