mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 02:30:13 +02:00
remove auto focus from html editor.
This commit is contained in:
@@ -139,7 +139,6 @@
|
|||||||
|
|
||||||
editur.cm.html = initEditor(htmlCode, {
|
editur.cm.html = initEditor(htmlCode, {
|
||||||
mode: 'htmlmixed',
|
mode: 'htmlmixed',
|
||||||
autofocus: true,
|
|
||||||
profile: 'xhtml'
|
profile: 'xhtml'
|
||||||
});
|
});
|
||||||
emmetCodeMirror(editur.cm.html);
|
emmetCodeMirror(editur.cm.html);
|
||||||
|
Reference in New Issue
Block a user