From d11dbbb099b21ee323877b729084f24d8a85b949 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 5 Jul 2016 15:15:43 +0530 Subject: [PATCH] remove auto focus from html editor. --- src/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/script.js b/src/script.js index e6ee36d..ed570a0 100644 --- a/src/script.js +++ b/src/script.js @@ -139,7 +139,6 @@ editur.cm.html = initEditor(htmlCode, { mode: 'htmlmixed', - autofocus: true, profile: 'xhtml' }); emmetCodeMirror(editur.cm.html);