TF-3956 Add font size in toolbar of vacation editor

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-08-18 11:34:20 +07:00
committed by Dat H. Pham
parent ff66953c78
commit 5423a9096c
17 changed files with 466 additions and 802 deletions
@@ -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) {