diff --git a/mail/components/compose/content/MsgComposeCommands.js b/mail/components/compose/content/MsgComposeCommands.js index 44d05399ecb..b072820f7e0 100644 --- a/mail/components/compose/content/MsgComposeCommands.js +++ b/mail/components/compose/content/MsgComposeCommands.js @@ -271,11 +271,6 @@ var gComposeRecyclingListener = { }, onReopen: function(params) { - // Reset focus to avoid undesirable visual effect when reopening the window - var identityElement = document.getElementById("msgIdentity"); - if (identityElement) - identityElement.focus(); - InitializeGlobalVariables(); ComposeStartup(true, params);