TF-1679: Hide cursor of bcc when focus to html editor

(cherry picked from commit 588c9b4873ea40b75dd6e6cffbe80af21a4b287c)
This commit is contained in:
HuyNguyen
2023-04-05 02:20:43 +07:00
committed by Dat Vu
parent b19a85ac36
commit 28347bb7c1
5 changed files with 85 additions and 80 deletions
@@ -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();