From 5c7098336ac9a7f4ef99ed0eb8c72946ac75162e Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Wed, 13 Nov 2024 16:40:37 +0300 Subject: [PATCH] [desktop] for bug 71088 --- .../forms/app/controller/ApplicationController.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index cc97315cd7..17f6bb50f0 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -694,6 +694,8 @@ define([ return; } me.api.asc_SendForm(); + Common.Controllers.Desktop.process('goback'); + Common.Controllers.Desktop.requestClose(); }); me.view.btnDownload.on('click', function(){ if (me.appOptions.canDownload) {