mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
feat(sql lab): enable ACE editor search in SQL editors (#19328)
This commit is contained in:
@@ -127,8 +127,6 @@ class AceEditorWrapper extends React.PureComponent<Props, State> {
|
||||
}
|
||||
|
||||
onEditorLoad(editor: any) {
|
||||
editor.commands.removeCommand('find');
|
||||
|
||||
editor.commands.addCommand({
|
||||
name: 'runQuery',
|
||||
bindKey: { win: 'Alt-enter', mac: 'Alt-enter' },
|
||||
|
||||
Reference in New Issue
Block a user