From 558fd0147f12b0f257677e11096db2b7767cec5e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 6 Mar 2023 12:17:12 +0100 Subject: [PATCH] *Mail: fix mail action moveTo folder fails on none pane view --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 1800aba6b3..6de75efcf0 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -1204,7 +1204,7 @@ app.classes.mail = AppJS.extend( } // Not applied to mobile preview - if (!egwIsMobile()) + if (!egwIsMobile() && this.getPreviewPaneState()) { // Blank first, so we don't show previous email while loading var IframeHandle = this.et2.getWidgetById('messageIFRAME');