TF-3956 Add font size in toolbar of vacation editor
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -240,6 +240,10 @@ class RichTextWebController extends BaseRichTextController {
|
||||
final newCodeViewState = isActivated ? CodeViewState.disabled : CodeViewState.enabled;
|
||||
codeViewState.value = newCodeViewState;
|
||||
editorController.toggleCodeView();
|
||||
|
||||
if (codeViewEnabled) {
|
||||
formattingOptionsState.value = FormattingOptionsState.disabled;
|
||||
}
|
||||
}
|
||||
|
||||
void applyHeaderStyle(HeaderStyleType? newStyle) {
|
||||
|
||||
Reference in New Issue
Block a user