This commit is contained in:
Sandeep Somavarapu 2018-09-24 10:33:34 +02:00
parent 135c659f98
commit 138acafed8

View file

@ -5,7 +5,7 @@
import { Code } from '../../vscode/code';
const SEARCH_INPUT = '.settings-search-input input';
const SEARCH_INPUT = '.keybindings-header .settings-search-input input';
export class KeybindingsEditor {