diff --git a/mail/js/app.js b/mail/js/app.js index c7be2fbbbd..652197af1b 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -676,7 +676,11 @@ app.classes.mail = AppJS.extend( } else { - if (!this.mail_previewAreaActive) splitter.undock(); + if (!this.mail_previewAreaActive) + { + splitter.undock(); + window.setTimeout(function(){splitter.left.trigger('resize.et2_split.mailSplitter');},200); + } this.mail_previewAreaActive = true; } },