From 5dff1fd4909fd8ec8ea700520bc5ce2a8802f042 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 21 Jul 2015 23:16:48 +0800 Subject: [PATCH] [Playground] Do not auto focus --- static/js/playground.js | 1 - 1 file changed, 1 deletion(-) 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/},