[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], {
|
playground.editor = CodeMirror.fromTextArea($("#editor")[0], {
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
autofocus: true,
|
|
||||||
autoCloseBrackets: true,
|
autoCloseBrackets: true,
|
||||||
matchBrackets: true,
|
matchBrackets: true,
|
||||||
highlightSelectionMatches: {showToken: /\w/},
|
highlightSelectionMatches: {showToken: /\w/},
|
||||||
|
|
Loading…
Reference in New Issue