The code editor will auto focus when you complete a challenge ad move to next one closes #192

pull/18188/head
KAMLESH NEHA 2018-06-29 00:45:58 +05:30 committed by Mrugesh Mohapatra
parent 1973376496
commit 299f3de311
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ class Editor extends PureComponent {
editorDidMount(editor, monaco) {
this._editor = editor;
this._editor.focus();
document.addEventListener('keyup', this.focusEditor);
this._editor.addAction({
id: 'execute-challenge',