From 4623db2dbe02165ee008485a6bdd27eb24a3139e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Thu, 29 Aug 2019 10:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E8=BD=A6=E6=94=B9=E4=B8=BAp=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wysiwyg/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wysiwyg/config.js b/wysiwyg/config.js index 5e5f7eba..d201b47e 100644 --- a/wysiwyg/config.js +++ b/wysiwyg/config.js @@ -19,7 +19,7 @@ CKEDITOR.editorConfig = function( config ) { config.toolbarCanCollapse = false; config.scayt_autoStartup = true; - config.enterMode = CKEDITOR.ENTER_BR; + //config.enterMode = CKEDITOR.ENTER_BR; config.allowedContent = true; config.toolbarGroups = [ { name: 'undo', groups: [ 'Undo', 'Redo', ] },