1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-05 01:58:21 +02:00

remove auto focus from html editor.

This commit is contained in:
Kushagra Gour 2016-07-05 15:15:43 +05:30
parent 1ef7ec30c6
commit d11dbbb099

View File

@ -139,7 +139,6 @@
editur.cm.html = initEditor(htmlCode, {
mode: 'htmlmixed',
autofocus: true,
profile: 'xhtml'
});
emmetCodeMirror(editur.cm.html);