diff --git a/apps/documenteditor/main/app/controller/LeftMenu.js b/apps/documenteditor/main/app/controller/LeftMenu.js index 5d3238ab0..a32244d23 100644 --- a/apps/documenteditor/main/app/controller/LeftMenu.js +++ b/apps/documenteditor/main/app/controller/LeftMenu.js @@ -261,6 +261,7 @@ define([ callback: function(btn) { if (btn == 'ok') { me.api.asc_undoAllChanges(); + me.api.asc_continueSaving(); me.showHistory(); } else me.api.asc_continueSaving(); diff --git a/apps/presentationeditor/main/app/controller/LeftMenu.js b/apps/presentationeditor/main/app/controller/LeftMenu.js index e1de4e179..4ecaeb2ba 100644 --- a/apps/presentationeditor/main/app/controller/LeftMenu.js +++ b/apps/presentationeditor/main/app/controller/LeftMenu.js @@ -265,6 +265,7 @@ define([ callback: function(btn) { if (btn == 'ok') { me.api.asc_undoAllChanges(); + me.api.asc_continueSaving(); me.showHistory(); } else me.api.asc_continueSaving();