Fix click twice on the signature collapse button to view signature when composer has Cc or Bcc

This commit is contained in:
dab246
2025-09-19 11:38:56 +07:00
committed by Dat H. Pham
parent 916aee8d48
commit 6a574cce1d
@@ -1908,14 +1908,14 @@ class ComposerController extends BaseController
if (mailboxDashBoardController.isPopupMenuOpened.isTrue) { if (mailboxDashBoardController.isPopupMenuOpened.isTrue) {
popBack(); popBack();
} }
if (PlatformInfo.isWeb) {
_hideCcBccReplyToRecipients();
}
} }
void handleOnMouseDownHtmlEditorWeb() { void handleOnMouseDownHtmlEditorWeb() {
_collapseAllRecipient(); _collapseAllRecipient();
autoCreateEmailTag(); autoCreateEmailTag();
if (PlatformInfo.isWeb) {
_hideCcBccReplyToRecipients();
}
} }
FocusNode? getNextFocusOfToEmailAddress() { FocusNode? getNextFocusOfToEmailAddress() {