Skip to content

Commit

Permalink
fix: do not auto focus js editor (#598)
Browse files Browse the repository at this point in the history
Do not auto focus JS editor

fix #593
  • Loading branch information
Schalk Neethling authored Aug 16, 2021
1 parent e8190b3 commit e64fee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/js/editable-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
var editorContainer = document.getElementById('editor');
// eslint-disable-next-line new-cap
codeMirror = CodeMirror(editorContainer, {
autofocus: true,
inputStyle: 'contenteditable',
lineNumbers: true,
mode: 'javascript',
Expand Down

0 comments on commit e64fee8

Please sign in to comment.