TF1528: Remove set FullScreen for Identity creator Web
(cherry picked from commit 07d1428c8ce97f0fd60e97a9edcb796468bb5ce6)
This commit is contained in:
@@ -267,7 +267,6 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController> {
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(12),
|
borderRadius: BorderRadius.circular(12),
|
||||||
border: Border.all(color: AppColor.colorInputBorderCreateMailbox),
|
border: Border.all(color: AppColor.colorInputBorderCreateMailbox),
|
||||||
color: Colors.white,
|
|
||||||
),
|
),
|
||||||
child: _buildSignatureHtmlTemplate(context),
|
child: _buildSignatureHtmlTemplate(context),
|
||||||
),
|
),
|
||||||
@@ -426,7 +425,6 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController> {
|
|||||||
}, onInit: () {
|
}, onInit: () {
|
||||||
log('IdentityCreatorView::_buildHtmlEditorWeb(): onInit');
|
log('IdentityCreatorView::_buildHtmlEditorWeb(): onInit');
|
||||||
controller.updateContentHtmlEditor(initContent);
|
controller.updateContentHtmlEditor(initContent);
|
||||||
controller.richTextWebController.setFullScreenEditor();
|
|
||||||
controller.richTextWebController.setEnableCodeView();
|
controller.richTextWebController.setEnableCodeView();
|
||||||
}, onFocus: () {
|
}, onFocus: () {
|
||||||
log('IdentityCreatorView::_buildHtmlEditorWeb(): onFocus');
|
log('IdentityCreatorView::_buildHtmlEditorWeb(): onFocus');
|
||||||
|
|||||||
Reference in New Issue
Block a user