mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix additional_mobile_css not being applied
This commit is contained in:
parent
99d8383a37
commit
53ca1a7b4c
1 changed files with 2 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ class editorModel extends editor
|
|||
$option->editor_height = $option->mobile_editor_height;
|
||||
$option->editor_toolbar = $option->mobile_editor_toolbar;
|
||||
$option->editor_toolbar_hide = $option->mobile_editor_toolbar_hide;
|
||||
$option->additional_css = $option->additional_mobile_css;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
@ -388,6 +389,7 @@ class editorModel extends editor
|
|||
$option->editor_height = $option->mobile_comment_editor_height;
|
||||
$option->editor_toolbar = $option->mobile_comment_editor_toolbar;
|
||||
$option->editor_toolbar_hide = $option->mobile_comment_editor_toolbar_hide;
|
||||
$option->additional_css = $option->additional_mobile_css;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue