mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Merge pull request #787 from kijin/pr/ckeditor-ios-br
iOS에서 한글 입력시 줄바꿈이 잘 되지 않는 문제 보완
This commit is contained in:
commit
4e157c9ec0
1 changed files with 6 additions and 1 deletions
|
|
@ -106,7 +106,12 @@ var auto_saved_msg = "{$lang->msg_auto_saved}";
|
|||
enableToolbar: true,
|
||||
content_field: jQuery('[name={$editor_content_key_name}]')
|
||||
};
|
||||
|
||||
|
||||
if (navigator.userAgent.match(/i(OS|Phone|Pad)/)) {
|
||||
settings.ckeconfig.enterMode = CKEDITOR.ENTER_BR;
|
||||
settings.ckeconfig.shiftEnterMode = CKEDITOR.ENTER_P;
|
||||
}
|
||||
|
||||
<!--@if($enable_component)-->
|
||||
{@ $xe_component = array(); }
|
||||
<!--@foreach($component_list as $component_name => $component)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue