TF-1679: Hide cursor of bcc when focus to html editor
(cherry picked from commit 588c9b4873ea40b75dd6e6cffbe80af21a4b287c)
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ class IdentitiesRadioListBuilder extends StatelessWidget {
|
||||
_buildListIdentityView(context),
|
||||
Container(height: 1, color: AppColor.attachmentFileBorderColor),
|
||||
Obx(() {
|
||||
if (controller.isShowHtmlSignature) {
|
||||
if (controller.isSignatureShow) {
|
||||
return SignatureBuilder(controller.signatureSelected.value!);
|
||||
} else {
|
||||
return _buildLoadingView();
|
||||
|
||||
Reference in New Issue
Block a user