Change eslint config to autofix missing comma and indentation in JS files (#26711)
This commit is contained in:
@@ -22,7 +22,7 @@ export default class Column extends PureComponent {
|
||||
scrollable = document.scrollingElement;
|
||||
} else {
|
||||
scrollable = this.node.querySelector('.scrollable');
|
||||
}
|
||||
}
|
||||
|
||||
if (!scrollable) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user