Skip to content

Commit

Permalink
[desktop] for bug 71691
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Nov 24, 2024
1 parent aa0dcf8 commit 45bf888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 45bf888

Please sign in to comment.