Loading template/app/view/Comments.js +1 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,7 @@ Ext.define('Docs.view.Comments', { textarea.editor = CodeMirror.fromTextArea(textarea, { enterMode: "keep", mode: 'markdown', lineWrapping: true, indentUnit: 4 }); Loading Loading
template/app/view/Comments.js +1 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,7 @@ Ext.define('Docs.view.Comments', { textarea.editor = CodeMirror.fromTextArea(textarea, { enterMode: "keep", mode: 'markdown', lineWrapping: true, indentUnit: 4 }); Loading