mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +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
|
|
@ -107,6 +107,11 @@ var auto_saved_msg = "{$lang->msg_auto_saved}";
|
||||||
content_field: jQuery('[name={$editor_content_key_name}]')
|
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)-->
|
<!--@if($enable_component)-->
|
||||||
{@ $xe_component = array(); }
|
{@ $xe_component = array(); }
|
||||||
<!--@foreach($component_list as $component_name => $component)-->
|
<!--@foreach($component_list as $component_name => $component)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue