TF1528: Remove set FullScreen for Identity creator Web

(cherry picked from commit 07d1428c8ce97f0fd60e97a9edcb796468bb5ce6)
This commit is contained in:
HuyNguyen
2023-03-14 14:20:11 +07:00
committed by Dat Vu
parent 255fb4e817
commit eb5806a317
@@ -267,7 +267,6 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController> {
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(12),
border: Border.all(color: AppColor.colorInputBorderCreateMailbox),
color: Colors.white,
),
child: _buildSignatureHtmlTemplate(context),
),
@@ -426,7 +425,6 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController> {
}, onInit: () {
log('IdentityCreatorView::_buildHtmlEditorWeb(): onInit');
controller.updateContentHtmlEditor(initContent);
controller.richTextWebController.setFullScreenEditor();
controller.richTextWebController.setEnableCodeView();
}, onFocus: () {
log('IdentityCreatorView::_buildHtmlEditorWeb(): onFocus');