From 45bf88885cf9d7083efb1682a5266daf07a70d69 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Sun, 24 Nov 2024 13:09:57 +0300 Subject: [PATCH] [desktop] for bug 71691 --- .../forms/app/controller/ApplicationController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 9d29f7a24f..d05c172204 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -694,9 +694,9 @@ define([ return; } me.api.asc_SendForm(); + Common.Controllers.Desktop.removeRecent(); Common.Controllers.Desktop.process('goback'); Common.Controllers.Desktop.requestClose(); - Common.Controllers.Desktop.removeRecent(); }); me.view.btnDownload.on('click', function(){ if (me.appOptions.canDownload) {