Skip to content

Commit

Permalink
#2207 누락된 코드
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Apr 16, 2018
1 parent 68091c4 commit 5c2b77a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/editor/tpl/js/editor.app.js
Expand Up @@ -37,6 +37,11 @@
init : function() {
var self = this;

// @see https://github.com/xpressengine/xe-core/issues/2207
if(CKEDITOR.env.iOS) {
default_ckeconfig.removePlugins += ',enterkey';
}

CKEDITOR.on('instanceCreated', function(evt){
self.cast('CKEDITOR_CREATED');
});
Expand Down

0 comments on commit 5c2b77a

Please sign in to comment.