Re-enable rule sort-comp (#10872)

This commit is contained in:
Kamil Gabryjelski
2020-09-14 19:45:05 +02:00
committed by GitHub
parent a75c36281d
commit d93b2b99b2
4 changed files with 29 additions and 29 deletions

View File

@@ -246,12 +246,12 @@ class SqlEditor extends React.PureComponent {
this.props.actions.estimateQueryCost(query);
}
}
handleWindowResize() {
this.setState({ height: this.getSqlEditorHeight() });
}
handleToggleAutocompleteEnabled = () => {
this.setState({ autocompleteEnabled: !this.state.autocompleteEnabled });
};
handleWindowResize() {
this.setState({ height: this.getSqlEditorHeight() });
}
elementStyle(dimension, elementSize, gutterSize) {
return {
[dimension]: `calc(${elementSize}% - ${