Skip to content

Commit

Permalink
fixup! TF-3035 Restore identity from draft
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Sep 12, 2024
1 parent 9378bec commit bf01a3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1963,6 +1963,7 @@ class ComposerController extends BaseController with DragDropFileMixin implement
if (identitySelected.value == null) {
_getAllIdentities();
} else {
_selectIdentity(identitySelected.value);
_autoFocusFieldWhenLauncher();
}
}
Expand Down

0 comments on commit bf01a3b

Please sign in to comment.