Fix click twice on the signature collapse button to view signature when composer has Cc or Bcc
This commit is contained in:
@@ -1908,14 +1908,14 @@ class ComposerController extends BaseController
|
||||
if (mailboxDashBoardController.isPopupMenuOpened.isTrue) {
|
||||
popBack();
|
||||
}
|
||||
if (PlatformInfo.isWeb) {
|
||||
_hideCcBccReplyToRecipients();
|
||||
}
|
||||
}
|
||||
|
||||
void handleOnMouseDownHtmlEditorWeb() {
|
||||
_collapseAllRecipient();
|
||||
autoCreateEmailTag();
|
||||
if (PlatformInfo.isWeb) {
|
||||
_hideCcBccReplyToRecipients();
|
||||
}
|
||||
}
|
||||
|
||||
FocusNode? getNextFocusOfToEmailAddress() {
|
||||
|
||||
Reference in New Issue
Block a user