feat(sql lab): enable ACE editor search in SQL editors (#19328)

This commit is contained in:
Diego Medina
2022-03-31 19:05:00 -04:00
committed by GitHub
parent ab3770667c
commit eab9388f7c
3 changed files with 4 additions and 3 deletions

View File

@@ -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' },