TF-1740: Fix double vertical scroll bar on composer

(cherry picked from commit 2c9653c2fc131666ed39f767a09e574c3401f414)
This commit is contained in:
HuyNguyen
2023-04-21 01:35:52 +07:00
committed by Dat Vu
parent 592eee4b36
commit da99c5d49f
3 changed files with 42 additions and 41 deletions
@@ -1632,6 +1632,7 @@ class ComposerController extends BaseController {
}
void handleInitHtmlEditorWeb(String initContent) {
richTextWebController.editorController.setFullScreen();
onChangeTextEditorWeb(initContent);
richTextWebController.setEnableCodeView();
}