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) {