mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
Re-enable rule sort-comp (#10872)
This commit is contained in:
committed by
GitHub
parent
a75c36281d
commit
d93b2b99b2
@@ -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}% - ${
|
||||
|
||||
Reference in New Issue
Block a user