[Playground] Do not auto focus
This commit is contained in:
parent
e16696ac63
commit
5dff1fd490
|
@ -179,7 +179,6 @@ var playground = {
|
|||
|
||||
playground.editor = CodeMirror.fromTextArea($("#editor")[0], {
|
||||
lineNumbers: true,
|
||||
autofocus: true,
|
||||
autoCloseBrackets: true,
|
||||
matchBrackets: true,
|
||||
highlightSelectionMatches: {showToken: /\w/},
|
||||
|
|
Loading…
Reference in New Issue