Skip to content

Commit

Permalink
fixup! TF-3171 Fix duplicate signature button on Composer view changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Oct 3, 2024
1 parent 6cbace7 commit 5e72bb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1937,6 +1937,7 @@ class ComposerController extends BaseController with DragDropFileMixin implement


void handleInitHtmlEditorWeb(String initContent) async {
if (_isEmailBodyLoaded) return;
log('ComposerController::handleInitHtmlEditorWeb:');
_isEmailBodyLoaded = true;
richTextWebController?.editorController.setFullScreen();
Expand Down

0 comments on commit 5e72bb7

Please sign in to comment.