diff --git a/static/js/playground.js b/static/js/playground.js index d2982ad..61a77c2 100644 --- a/static/js/playground.js +++ b/static/js/playground.js @@ -179,7 +179,6 @@ var playground = { playground.editor = CodeMirror.fromTextArea($("#editor")[0], { lineNumbers: true, - autofocus: true, autoCloseBrackets: true, matchBrackets: true, highlightSelectionMatches: {showToken: /\w/},