Skip to content

Commit

Permalink
feat: remove else inside scatter controller update
Browse files Browse the repository at this point in the history
  • Loading branch information
thabarbados committed Jul 29, 2022
1 parent 7117bcb commit 181e5d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/controller.scatter.js
Expand Up @@ -36,8 +36,6 @@ export default class ScatterController extends DatasetController {
animated: !animationsDisabled,
options
}, mode);
} else {
this.options.borderWidth = 0;
}

// Update Points
Expand Down

0 comments on commit 181e5d3

Please sign in to comment.