From eb5806a3170f49cce42c7ae9e45b538d1fe86a11 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Tue, 14 Mar 2023 14:20:11 +0700 Subject: [PATCH] TF1528: Remove set FullScreen for Identity creator Web (cherry picked from commit 07d1428c8ce97f0fd60e97a9edcb796468bb5ce6) --- .../identity_creator/presentation/identity_creator_view.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/features/identity_creator/presentation/identity_creator_view.dart b/lib/features/identity_creator/presentation/identity_creator_view.dart index c416288ac..6436660af 100644 --- a/lib/features/identity_creator/presentation/identity_creator_view.dart +++ b/lib/features/identity_creator/presentation/identity_creator_view.dart @@ -267,7 +267,6 @@ class IdentityCreatorView extends GetWidget { 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 { }, onInit: () { log('IdentityCreatorView::_buildHtmlEditorWeb(): onInit'); controller.updateContentHtmlEditor(initContent); - controller.richTextWebController.setFullScreenEditor(); controller.richTextWebController.setEnableCodeView(); }, onFocus: () { log('IdentityCreatorView::_buildHtmlEditorWeb(): onFocus');