Skip to content

Commit 1215635

Browse files
committed
feat: remove else inside scatter controller update
1 parent 97f2ffd commit 1215635

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/controllers/controller.scatter.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export default class ScatterController extends DatasetController {
3636
animated: !animationsDisabled,
3737
options
3838
}, mode);
39-
} else {
40-
this.options.borderWidth = 0;
4139
}
4240

4341
// Update Points

0 commit comments

Comments
 (0)